com.esri.arcgis.carto
Interface IDynamicCacheLayerManager2

All Superinterfaces:
IDynamicCacheLayerManager, java.io.Serializable
All Known Implementing Classes:
DynamicCacheLayerManager, IDynamicCacheLayerManager2Proxy

public interface IDynamicCacheLayerManager2
extends IDynamicCacheLayerManager, java.io.Serializable

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

Description: 'Provides access to dynamic layers cache management.' 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 IIDe5aec75c_5866_4d71_bcce_9d331e679027
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.IDynamicCacheLayerManager
IIDeda39ce4_100f_4817_9d38_0c62db03b2b1
 
Method Summary
 boolean isCached()
          Indicates whether the layer is drawing while in cached mode.
 void setCached(boolean cached)
          Indicates whether the layer is drawing while in cached mode.
 
Methods inherited from interface com.esri.arcgis.carto.IDynamicCacheLayerManager
connect, delete, getDetailsThreshold, getFolderName, getFolderPath, getFormat, getMaxCacheScale, getProgressiveDrawingLevels, getProgressiveFetchingLevels, init, invalidate, isAlwaysDrawCoarsestLevel, isCacheable, isConsolidatedGroupLayer, isStrictOnDemandMode, setAlwaysDrawCoarsestLevel, setConsolidatedGroupLayer, setDetailsThreshold, setFolderPath, setFormat, setMaxCacheScale, setProgressiveDrawingLevels, setProgressiveFetchingLevels, setStrictOnDemandMode, update
 

Field Detail

IIDe5aec75c_5866_4d71_bcce_9d331e679027

static final int IIDe5aec75c_5866_4d71_bcce_9d331e679027
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

isCached

boolean isCached()
                 throws java.io.IOException,
                        AutomationException
Indicates whether the layer is drawing while in cached mode.

Returns:
The cached
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCached

void setCached(boolean cached)
               throws java.io.IOException,
                      AutomationException
Indicates whether the layer is drawing while in cached mode.

Parameters:
cached - The cached (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.