com.esri.arcgis.spatialanalyst
Interface esriGeoAnalysisPathEnum

All Superinterfaces:
java.io.Serializable

public interface esriGeoAnalysisPathEnum
extends java.io.Serializable

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

Description: 'Cost path types in Spatial Analyst.' 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 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