com.esri.arcgis.networkanalysis
Interface esriFlowElements

All Superinterfaces:
Serializable

public interface esriFlowElements
extends Serializable

Types of network elements to be returned by the trace flow solver.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriFEEdges
          Only edges are returned in trace the results.
static int esriFEJunctions
          Only junctions are returned in the trace results.
static int esriFEJunctionsAndEdges
          Both junctions and edges are returned in the trace results.
static int esriFENone
          Neither junctions nor edges are returned in the trace results.
 

Field Detail

esriFEJunctions

static final int esriFEJunctions
Only junctions are returned in the trace results.

See Also:
Constant Field Values

esriFEEdges

static final int esriFEEdges
Only edges are returned in trace the results.

See Also:
Constant Field Values

esriFEJunctionsAndEdges

static final int esriFEJunctionsAndEdges
Both junctions and edges are returned in the trace results.

See Also:
Constant Field Values

esriFENone

static final int esriFENone
Neither junctions nor edges are returned in the trace results.

See Also:
Constant Field Values