com.esri.arcgis.datasourcesraster
Interface esriSlopeType

All Superinterfaces:
java.io.Serializable

public interface esriSlopeType
extends java.io.Serializable

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

Description: 'The output slope type.' 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 esriSlopeDegree
          Slope in degree.
static int esriSlopePercentRise
          The slope in Percent Rise.
static int esriSlopeScaled
          The slope scaled using a power scaling equation.
 

Field Detail

esriSlopeDegree

static final int esriSlopeDegree
Slope in degree.

See Also:
Constant Field Values

esriSlopePercentRise

static final int esriSlopePercentRise
The slope in Percent Rise.

See Also:
Constant Field Values

esriSlopeScaled

static final int esriSlopeScaled
The slope scaled using a power scaling equation.

See Also:
Constant Field Values