com.esri.arcgis.geodatabase
Interface esriNetworkSourceType

All Superinterfaces:
java.io.Serializable

public interface esriNetworkSourceType
extends java.io.Serializable

Types of network dataset source.

Product Availability

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


Field Summary
static int esriNSTEdgeFeature
           
static int esriNSTJunctionFeature
           
static int esriNSTNetworkSource
           
static int esriNSTSystemJunction
           
static int esriNSTTurnFeature
           
 

Field Detail

esriNSTNetworkSource

public static final int esriNSTNetworkSource
See Also:
Constant Field Values

esriNSTSystemJunction

public static final int esriNSTSystemJunction
See Also:
Constant Field Values

esriNSTJunctionFeature

public static final int esriNSTJunctionFeature
See Also:
Constant Field Values

esriNSTEdgeFeature

public static final int esriNSTEdgeFeature
See Also:
Constant Field Values

esriNSTTurnFeature

public static final int esriNSTTurnFeature
See Also:
Constant Field Values