com.esri.arcgis.datasourcesraster
Interface esriCurvatureType

All Superinterfaces:
java.io.Serializable

public interface esriCurvatureType
extends java.io.Serializable

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

Description: 'Curvature types.' 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 esriPlanformCurvature
          Planform Curvature.
static int esriProfileCurvature
          Profile Curvature.
static int esriStandardCurvature
          Standard Curvature.
 

Field Detail

esriStandardCurvature

static final int esriStandardCurvature
Standard Curvature.

See Also:
Constant Field Values

esriProfileCurvature

static final int esriProfileCurvature
Profile Curvature.

See Also:
Constant Field Values

esriPlanformCurvature

static final int esriPlanformCurvature
Planform Curvature.

See Also:
Constant Field Values