public interface esriRoadClass
extends java.io.Serializable
Description: 'Classifications of edge elements in a street network.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
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.
|
static final int esriRCUnknown
static final int esriRCStreet
static final int esriRCHighway
static final int esriRCRamp
static final int esriRCFerry
static final int esriRCRoundabout
static final int esriRCMajorRoad