com.esri.arcgis.geodatabase
Interface esriNetworkSourceType

All Superinterfaces:
Serializable

public interface esriNetworkSourceType
extends Serializable

Types of network dataset source.

Product Availability

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


Field Summary
static int esriNSTEdgeFeature
          Network dataset source whose edge elements are derived from line feature geometry.
static int esriNSTJunctionFeature
          Network dataset source whose junction elements are derived from point feature geometry.
static int esriNSTNetworkSource
          Network dataset source whose elements are derived from an unknown source.
static int esriNSTSystemJunction
          Network dataset source whose elements are automatically generated by the network dataset.
static int esriNSTTurnFeature
          Network dataset source whose elements are derived from turn features.
 

Field Detail

esriNSTNetworkSource

static final int esriNSTNetworkSource
Network dataset source whose elements are derived from an unknown source.

See Also:
Constant Field Values

esriNSTSystemJunction

static final int esriNSTSystemJunction
Network dataset source whose elements are automatically generated by the network dataset.

See Also:
Constant Field Values

esriNSTJunctionFeature

static final int esriNSTJunctionFeature
Network dataset source whose junction elements are derived from point feature geometry.

See Also:
Constant Field Values

esriNSTEdgeFeature

static final int esriNSTEdgeFeature
Network dataset source whose edge elements are derived from line feature geometry.

See Also:
Constant Field Values

esriNSTTurnFeature

static final int esriNSTTurnFeature
Network dataset source whose elements are derived from turn features.

See Also:
Constant Field Values