com.esri.arcgis.geodatabase
Interface esriNetworkTurnType

All Superinterfaces:
Serializable

public interface esriNetworkTurnType
extends Serializable

The type of network turn.

Product Availability

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


Field Summary
static int esriNTTExplicit
          The turn element is derived from a feature in a turn feature source.
static int esriNTTImplicit
          The turn element is implied from the transition between two edge elements through a junction.
 

Field Detail

esriNTTImplicit

static final int esriNTTImplicit
The turn element is implied from the transition between two edge elements through a junction.

See Also:
Constant Field Values

esriNTTExplicit

static final int esriNTTExplicit
The turn element is derived from a feature in a turn feature source.

See Also:
Constant Field Values