com.esri.arcgis.globecore
Interface esriGlobeTipsType

All Superinterfaces:
java.io.Serializable

public interface esriGlobeTipsType
extends java.io.Serializable

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

Description: 'The Esri Globe's tip types.' 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 esriGlobeTipsTypeElevation
          Elevation glope tips.
static int esriGlobeTipsTypeLatLon
          Latitude and longitude glope tips.
static int esriGlobeTipsTypeLatLonElevation
          Latitude, longitude and elevation globe tips.
static int esriGlobeTipsTypeNone
          No globe tips.
 

Field Detail

esriGlobeTipsTypeNone

static final int esriGlobeTipsTypeNone
No globe tips.

See Also:
Constant Field Values

esriGlobeTipsTypeLatLon

static final int esriGlobeTipsTypeLatLon
Latitude and longitude glope tips.

See Also:
Constant Field Values

esriGlobeTipsTypeElevation

static final int esriGlobeTipsTypeElevation
Elevation glope tips.

See Also:
Constant Field Values

esriGlobeTipsTypeLatLonElevation

static final int esriGlobeTipsTypeLatLonElevation
Latitude, longitude and elevation globe tips.

See Also:
Constant Field Values