com.esri.arcgis.globecore
Interface esriGlobeLayerCacheRemovalOption

All Superinterfaces:
java.io.Serializable

public interface esriGlobeLayerCacheRemovalOption
extends java.io.Serializable

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

Description: 'Cache Removal Options for Globe Layers.' 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 esriGlobeLayerExitRemoval
          Whole removal forced when layer is deleted, or application exits.
static int esriGlobeLayerNoRemoval
          Do not remove cache.
static int esriGlobeLayerRemovalInvalid
          Error value.
static int esriGlobeLayerWholeRemoval
          Full cache removal allowed.
 

Field Detail

esriGlobeLayerRemovalInvalid

static final int esriGlobeLayerRemovalInvalid
Error value.

See Also:
Constant Field Values

esriGlobeLayerNoRemoval

static final int esriGlobeLayerNoRemoval
Do not remove cache.

See Also:
Constant Field Values

esriGlobeLayerWholeRemoval

static final int esriGlobeLayerWholeRemoval
Full cache removal allowed.

See Also:
Constant Field Values

esriGlobeLayerExitRemoval

static final int esriGlobeLayerExitRemoval
Whole removal forced when layer is deleted, or application exits.

See Also:
Constant Field Values