com.esri.arcgis.carto
Interface IMapCooker4

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMapCooker4Proxy

public interface IMapCooker4
extends java.io.Serializable

COM Interface 'IMapCooker4'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to more members that controls a map cache generator.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDc190145b_aa30_419a_a535_99c565605b8f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IPropertySet getCacheProperties()
          Cache Properties
 void setCachePropertiesByRef(IPropertySet ppCacheProperties)
          Cache Properties
 

Field Detail

IIDc190145b_aa30_419a_a535_99c565605b8f

static final int IIDc190145b_aa30_419a_a535_99c565605b8f
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getCacheProperties

IPropertySet getCacheProperties()
                                throws java.io.IOException,
                                       AutomationException
Cache Properties

Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCachePropertiesByRef

void setCachePropertiesByRef(IPropertySet ppCacheProperties)
                             throws java.io.IOException,
                                    AutomationException
Cache Properties

Parameters:
ppCacheProperties - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.