public interface esriNetworkTurnParticipationType
extends java.io.Serializable
Description: 'Participation of a network edge element within a turn.' 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 |
esriNTPTExterior
The network edge element participates as one of the exterior edges of a turn.
|
static int |
esriNTPTInterior
The network edge element participates as one of the interior edges of a turn.
|
static int |
esriNTPTNone
The network edge element does not participate within a turn.
|
static final int esriNTPTNone
static final int esriNTPTInterior
static final int esriNTPTExterior