com.esri.arcgis.carto
Interface esriCacheExporterMode

All Superinterfaces:
java.io.Serializable

public interface esriCacheExporterMode
extends java.io.Serializable

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

Description: 'Map cache export 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 esriMapCacheExport
          Export the tile cache.
static int esriMapCacheImport
          Import the tile cache.
 

Field Detail

esriMapCacheExport

static final int esriMapCacheExport
Export the tile cache.

See Also:
Constant Field Values

esriMapCacheImport

static final int esriMapCacheImport
Import the tile cache.

See Also:
Constant Field Values