com.esri.arcgis.globecore
Interface esriGlobeNavigationType

All Superinterfaces:
java.io.Serializable

public interface esriGlobeNavigationType
extends java.io.Serializable

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

Description: 'Navigation types 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 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