com.esri.arcgis.analyst3d
Interface esriCameraMovementType

All Superinterfaces:
Serializable

public interface esriCameraMovementType
extends Serializable

The Esri Camera movement directions.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

Supported Platforms

Windows, Solaris, Linux


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