com.esri.arcgis.spatialanalyst
Interface esriGeoAnalysisStreamOrderEnum

All Superinterfaces:
Serializable

public interface esriGeoAnalysisStreamOrderEnum
extends Serializable

Stream ordering method types in Spatial Analyst.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriGeoAnalysisStreamOrderShreve
          Stream ordering by Shreve method.
static int esriGeoAnalysisStreamOrderStrahler
          Stream ordering by Strahler method.
 

Field Detail

esriGeoAnalysisStreamOrderStrahler

static final int esriGeoAnalysisStreamOrderStrahler
Stream ordering by Strahler method.

See Also:
Constant Field Values

esriGeoAnalysisStreamOrderShreve

static final int esriGeoAnalysisStreamOrderShreve
Stream ordering by Shreve method.

See Also:
Constant Field Values