com.esri.arcgis.carto
Interface esriMapCacheStorageFormat

All Superinterfaces:
Serializable

public interface esriMapCacheStorageFormat
extends Serializable

Update Mode for Map Cache

Product Availability

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


Field Summary
static int esriMapCacheStorageModeCompact
          Store cache as tile packets
static int esriMapCacheStorageModeExploded
          Store cache as individual tiles on disk
 

Field Detail

esriMapCacheStorageModeCompact

static final int esriMapCacheStorageModeCompact
Store cache as tile packets

See Also:
Constant Field Values

esriMapCacheStorageModeExploded

static final int esriMapCacheStorageModeExploded
Store cache as individual tiles on disk

See Also:
Constant Field Values