com.esri.arcgis.networkanalysis
Interface esriFlowElements

All Superinterfaces:
java.io.Serializable

public interface esriFlowElements
extends java.io.Serializable

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

Description: 'Types of network elements to be returned by the trace flow solver.' 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 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