com.esri.arcgis.networkanalysis
Interface esriShortestPathObjFn

All Superinterfaces:
java.io.Serializable

public interface esriShortestPathObjFn
extends java.io.Serializable

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

Description: 'Optimization method of the trace flow solver when finding a path.' 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 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