com.esri.arcgis.analyst3d
Interface esri3DProjectionType

All Superinterfaces:
Serializable

public interface esri3DProjectionType
extends Serializable

The Esri 3D projection modes.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriOrthoProjection
          Orthographic projection.
static int esriPerspectiveProjection
          Perspective projection.
 

Field Detail

esriPerspectiveProjection

static final int esriPerspectiveProjection
Perspective projection.

See Also:
Constant Field Values

esriOrthoProjection

static final int esriOrthoProjection
Orthographic projection.

See Also:
Constant Field Values