com.esri.arcgis.geoanalyst
Interface esriGeoAnalysisSlopeEnum

All Superinterfaces:
Serializable

public interface esriGeoAnalysisSlopeEnum
extends Serializable

Slope Types in GeoAnalyst.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriGeoAnalysisSlopeDegrees
          Slope is recorded in degrees.
static int esriGeoAnalysisSlopePercentrise
          Slope is recorded in percentage of rise.
 

Field Detail

esriGeoAnalysisSlopeDegrees

static final int esriGeoAnalysisSlopeDegrees
Slope is recorded in degrees.

See Also:
Constant Field Values

esriGeoAnalysisSlopePercentrise

static final int esriGeoAnalysisSlopePercentrise
Slope is recorded in percentage of rise.

See Also:
Constant Field Values