com.esri.arcgis.geodatabase
Interface esriFlowDirection

All Superinterfaces:
Serializable

public interface esriFlowDirection
extends Serializable

Direction of flow along an edge in a network.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriFDAgainstFlow
          The flow direction is opposite the direction of digitization.
static int esriFDIndeterminate
          The flow direction is indeterminate.
static int esriFDUninitialized
          The flow direction is uninitialized.
static int esriFDWithFlow
          The flow direction is in the direction of digitization.
 

Field Detail

esriFDIndeterminate

static final int esriFDIndeterminate
The flow direction is indeterminate.

See Also:
Constant Field Values

esriFDWithFlow

static final int esriFDWithFlow
The flow direction is in the direction of digitization.

See Also:
Constant Field Values

esriFDAgainstFlow

static final int esriFDAgainstFlow
The flow direction is opposite the direction of digitization.

See Also:
Constant Field Values

esriFDUninitialized

static final int esriFDUninitialized
The flow direction is uninitialized.

See Also:
Constant Field Values