public interface esriNetworkEdgeDirection
extends java.io.Serializable
Description: 'The direction of a network edge element relative to the direction of its source object.' 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 |
esriNEDAgainstDigitized
The network edge element is in the opposite direction as its source object direction.
|
static int |
esriNEDAlongDigitized
The network edge element is in the same direction as its source object direction.
|
static int |
esriNEDNone
The network edge element's source object does not have a digitization direction.
|
static final int esriNEDNone
static final int esriNEDAlongDigitized
static final int esriNEDAgainstDigitized