com.esri.arcgis.carto
Interface IDynamicCacheLayerManager2

All Superinterfaces:
IDynamicCacheLayerManager, Serializable
All Known Implementing Classes:
DynamicCacheLayerManager

public interface IDynamicCacheLayerManager2
extends IDynamicCacheLayerManager, Serializable

Provides access to dynamic layers cache management.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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
 

Method Detail

isCached

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setCached

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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