com.esri.arcgis.globecore
Interface esriGlobeTipsType

All Superinterfaces:
Serializable

public interface esriGlobeTipsType
extends Serializable

The ESRI Globe's tip types.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux


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