com.esri.arcgis.spatialanalyst
Interface esriGeoAnalysisPathEnum

All Superinterfaces:
Serializable

public interface esriGeoAnalysisPathEnum
extends Serializable

Cost path 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 esriGeoAnalysisPathBestSingle
          The best single cost path for all source cells is calculated.
static int esriGeoAnalysisPathForEachCell
          A cost path is calculated for each cell in the source.
static int esriGeoAnalysisPathForEachZone
          A cost path is calculated for each zone in the source.
 

Field Detail

esriGeoAnalysisPathForEachCell

static final int esriGeoAnalysisPathForEachCell
A cost path is calculated for each cell in the source.

See Also:
Constant Field Values

esriGeoAnalysisPathForEachZone

static final int esriGeoAnalysisPathForEachZone
A cost path is calculated for each zone in the source.

See Also:
Constant Field Values

esriGeoAnalysisPathBestSingle

static final int esriGeoAnalysisPathBestSingle
The best single cost path for all source cells is calculated.

See Also:
Constant Field Values