com.esri.arcgis.globecore
Interface esriGlobeCameraOrientationMode

All Superinterfaces:
java.io.Serializable

public interface esriGlobeCameraOrientationMode
extends java.io.Serializable

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

Description: 'Orientation modes for Globe Camera.' 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 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