com.esri.arcgis.networkanalysis
Interface esriFlowMethod

All Superinterfaces:
Serializable

public interface esriFlowMethod
extends Serializable

Directions the trace flow solver is allowed to pass along the edges.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


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