com.esri.arcgis.carto
Interface esriCacheCompressionMode

All Superinterfaces:
Serializable

public interface esriCacheCompressionMode
extends Serializable

Map cache compression mode.

Product Availability

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


Field Summary
static int esriMapCacheCompress
          Compress the tile cache.
static int esriMapCacheDecompress
          Decompress the tile cache.
 

Field Detail

esriMapCacheCompress

static final int esriMapCacheCompress
Compress the tile cache.

See Also:
Constant Field Values

esriMapCacheDecompress

static final int esriMapCacheDecompress
Decompress the tile cache.

See Also:
Constant Field Values