com.esri.arcgis.carto
Interface esriMapCacheUpdateMode

All Superinterfaces:
java.io.Serializable

public interface esriMapCacheUpdateMode
extends java.io.Serializable

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

Description: 'Update Mode for Map Cache' 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 esriMapCacheUpdateDelete
          Delete tiles
static int esriMapCacheUpdateRecreateAll
          Recreate all tiles
static int esriMapCacheUpdateRecreateMissing
          Recreate missing and empty tiles
 

Field Detail

esriMapCacheUpdateRecreateMissing

static final int esriMapCacheUpdateRecreateMissing
Recreate missing and empty tiles

See Also:
Constant Field Values

esriMapCacheUpdateRecreateAll

static final int esriMapCacheUpdateRecreateAll
Recreate all tiles

See Also:
Constant Field Values

esriMapCacheUpdateDelete

static final int esriMapCacheUpdateDelete
Delete tiles

See Also:
Constant Field Values