com.esri.arcgis.globecore
Interface esriGlobeLayerType

All Superinterfaces:
java.io.Serializable

public interface esriGlobeLayerType
extends java.io.Serializable

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

Description: 'Add layer types for Globe.' 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 esriGlobeLayerTypeDraped
          Add layer as base image.
static int esriGlobeLayerTypeElevation
          Add layer as elevation.
static int esriGlobeLayerTypeFloating
          Add layer as floating.
static int esriGlobeLayerTypeUnknown
          Add layer as base image.
 

Field Detail

esriGlobeLayerTypeUnknown

static final int esriGlobeLayerTypeUnknown
Add layer as base image.

See Also:
Constant Field Values

esriGlobeLayerTypeDraped

static final int esriGlobeLayerTypeDraped
Add layer as base image.

See Also:
Constant Field Values

esriGlobeLayerTypeElevation

static final int esriGlobeLayerTypeElevation
Add layer as elevation.

See Also:
Constant Field Values

esriGlobeLayerTypeFloating

static final int esriGlobeLayerTypeFloating
Add layer as floating.

See Also:
Constant Field Values