com.esri.arcgis.datasourcesraster
Interface esriSlopeType

All Superinterfaces:
Serializable

public interface esriSlopeType
extends Serializable

The output slope type.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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