com.esri.arcgis.carto
Interface esriGlobeDocumentType

All Superinterfaces:
java.io.Serializable

public interface esriGlobeDocumentType
extends java.io.Serializable

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

Description: 'Type of globe document bound to the GlobeDocument coclass.' 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 esriGlobeDocumentTypeGmx
          ArcGlobe Document.
static int esriGlobeDocumentTypeLyr
          Layer File.
static int esriGlobeDocumentTypePmf
          Published Map File.
static int esriGlobeDocumentTypeUnknown
          Unknown document type.
 

Field Detail

esriGlobeDocumentTypeGmx

static final int esriGlobeDocumentTypeGmx
ArcGlobe Document.

See Also:
Constant Field Values

esriGlobeDocumentTypePmf

static final int esriGlobeDocumentTypePmf
Published Map File.

See Also:
Constant Field Values

esriGlobeDocumentTypeLyr

static final int esriGlobeDocumentTypeLyr
Layer File.

See Also:
Constant Field Values

esriGlobeDocumentTypeUnknown

static final int esriGlobeDocumentTypeUnknown
Unknown document type.

See Also:
Constant Field Values