com.esri.arcgis.globecore
Interface esriGlobeNavigationType

All Superinterfaces:
Serializable

public interface esriGlobeNavigationType
extends Serializable

Navigation types for Globe Camera.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriGlobeNavigationAttached
          The target is attached to the center or surface of the globe.
static int esriGlobeNavigationFree
          The target is free to move anywhere (as in fly tool).
 

Field Detail

esriGlobeNavigationAttached

static final int esriGlobeNavigationAttached
The target is attached to the center or surface of the globe.

See Also:
Constant Field Values

esriGlobeNavigationFree

static final int esriGlobeNavigationFree
The target is free to move anywhere (as in fly tool).

See Also:
Constant Field Values