com.esri.arcgis.carto
Interface esriCacheExporterMode

All Superinterfaces:
Serializable

public interface esriCacheExporterMode
extends Serializable

Map cache export mode.

Product Availability

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


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