com.esri.arcgis.networkanalysis
Interface esriShortestPathObjFn

All Superinterfaces:
Serializable

public interface esriShortestPathObjFn
extends Serializable

Optimization method of the trace flow solver when finding a path.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriSPObjFnMinMax
          Minimizes the maximum element impedance.
static int esriSPObjFnMinSum
          Minimizes the total impedance of the path.
 

Field Detail

esriSPObjFnMinSum

static final int esriSPObjFnMinSum
Minimizes the total impedance of the path.

See Also:
Constant Field Values

esriSPObjFnMinMax

static final int esriSPObjFnMinMax
Minimizes the maximum element impedance.

See Also:
Constant Field Values