com.esri.arcgis.globecore
Interface esriGlobeCacheUpdateMode

All Superinterfaces:
java.io.Serializable

public interface esriGlobeCacheUpdateMode
extends java.io.Serializable

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

Description: 'Update Mode for Globe 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 esriGlobeCacheUpdateRecreateAll
          Recreate all tiles
static int esriGlobeCacheUpdateRecreateMissing
          Recreate missing and empty tiles
 

Field Detail

esriGlobeCacheUpdateRecreateMissing

static final int esriGlobeCacheUpdateRecreateMissing
Recreate missing and empty tiles

See Also:
Constant Field Values

esriGlobeCacheUpdateRecreateAll

static final int esriGlobeCacheUpdateRecreateAll
Recreate all tiles

See Also:
Constant Field Values