com.esri.arcgis.carto
Interface esriCacheCompressionMode

All Superinterfaces:
java.io.Serializable

public interface esriCacheCompressionMode
extends java.io.Serializable

Constants from esriCacheCompressionMode' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Map cache compression mode.' 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 int esriMapCacheCompress
          Compress the tile cache.
static int esriMapCacheDecompress
          Decompress the tile cache.
static int esriMapCacheDecompressCompactV2
          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

esriMapCacheDecompressCompactV2

static final int esriMapCacheDecompressCompactV2
Decompress the tile cache.

See Also:
Constant Field Values