com.esri.arcgis.analyst3d
Interface esri3DProjectionType

All Superinterfaces:
java.io.Serializable

public interface esri3DProjectionType
extends java.io.Serializable

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

Description: 'The Esri 3D projection modes.' 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 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