com.esri.arcgis.globecore
Interface esriGlobeCameraOrientationMode

All Superinterfaces:
Serializable

public interface esriGlobeCameraOrientationMode
extends Serializable

Orientation modes for Globe Camera.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriGlobeCameraOrientationGlobal
          Orient the camera with the up direction to the North of the globe.
static int esriGlobeCameraOrientationLocal
          Orient the camera with the local up direction.
 

Field Detail

esriGlobeCameraOrientationGlobal

static final int esriGlobeCameraOrientationGlobal
Orient the camera with the up direction to the North of the globe.

See Also:
Constant Field Values

esriGlobeCameraOrientationLocal

static final int esriGlobeCameraOrientationLocal
Orient the camera with the local up direction.

See Also:
Constant Field Values