com.esri.arcgis.analyst3d
Interface esriCameraMovementType

All Superinterfaces:
java.io.Serializable

public interface esriCameraMovementType
extends java.io.Serializable

Constants from esriCameraMovementType' enum. Generated 3/19/2015 1:20:39 PM from 'C:\ArcGIS\COM\esri3DAnalyst.olb'

Description: 'The Esri Camera movement directions.' 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 esriCameraMoveAway
          Moves the camera backward from the current target direction.
static int esriCameraMoveDown
          Moves the camera down.
static int esriCameraMoveLeft
          Turns the camera left relative to the current target direction.
static int esriCameraMoveRight
          Turns the camera right relative to the current target direction.
static int esriCameraMoveToward
          Moves the camera forward to the current target direction.
static int esriCameraMoveUp
          Moves the camera up.
 

Field Detail

esriCameraMoveAway

static final int esriCameraMoveAway
Moves the camera backward from the current target direction.

See Also:
Constant Field Values

esriCameraMoveToward

static final int esriCameraMoveToward
Moves the camera forward to the current target direction.

See Also:
Constant Field Values

esriCameraMoveLeft

static final int esriCameraMoveLeft
Turns the camera left relative to the current target direction.

See Also:
Constant Field Values

esriCameraMoveRight

static final int esriCameraMoveRight
Turns the camera right relative to the current target direction.

See Also:
Constant Field Values

esriCameraMoveUp

static final int esriCameraMoveUp
Moves the camera up.

See Also:
Constant Field Values

esriCameraMoveDown

static final int esriCameraMoveDown
Moves the camera down.

See Also:
Constant Field Values