com.esri.arcgis.networkanalysis
Interface esriFlowMethod

All Superinterfaces:
java.io.Serializable

public interface esriFlowMethod
extends java.io.Serializable

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

Description: 'Directions the trace flow solver is allowed to pass along the edges.' 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 esriFMConnected
          The trace flow solver is allowed to pass in both directions along edges.
static int esriFMDownstream
          The trace flow solver is allowed to pass downstream along edges.
static int esriFMUpstream
          The trace flow solver is allowed to pass upstream along edges.
 

Field Detail

esriFMUpstream

static final int esriFMUpstream
The trace flow solver is allowed to pass upstream along edges.

See Also:
Constant Field Values

esriFMDownstream

static final int esriFMDownstream
The trace flow solver is allowed to pass downstream along edges.

See Also:
Constant Field Values

esriFMConnected

static final int esriFMConnected
The trace flow solver is allowed to pass in both directions along edges.

See Also:
Constant Field Values