com.esri.arcgis.geodatabase
Interface esriRoadClass

All Superinterfaces:
Serializable

public interface esriRoadClass
extends Serializable

Classifications of edge elements in a street network.

Product Availability

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


Field Summary
static int esriRCFerry
          The network edge represents a ferry crossing.
static int esriRCHighway
          The network edge represents a highway.
static int esriRCMajorRoad
          The network edge represents a major road.
static int esriRCRamp
          The network edge represents a highway ramp.
static int esriRCRoundabout
          The network edge is part of a roundabout intersection.
static int esriRCStreet
          The network edge represents a surface street.
static int esriRCUnknown
          The network edge is of an unknown road classification.
 

Field Detail

esriRCUnknown

static final int esriRCUnknown
The network edge is of an unknown road classification.

See Also:
Constant Field Values

esriRCStreet

static final int esriRCStreet
The network edge represents a surface street.

See Also:
Constant Field Values

esriRCHighway

static final int esriRCHighway
The network edge represents a highway.

See Also:
Constant Field Values

esriRCRamp

static final int esriRCRamp
The network edge represents a highway ramp.

See Also:
Constant Field Values

esriRCFerry

static final int esriRCFerry
The network edge represents a ferry crossing.

See Also:
Constant Field Values

esriRCRoundabout

static final int esriRCRoundabout
The network edge is part of a roundabout intersection.

See Also:
Constant Field Values

esriRCMajorRoad

static final int esriRCMajorRoad
The network edge represents a major road.

See Also:
Constant Field Values