public interface esriTurnDirectionEnum
extends java.io.Serializable
Description: 'The way in which a turn can be made when walking from one segment to another segment connected to it. The 'to' point of the first must be the same as the 'from' point of the second.' 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 |
esriLeftTurn
The second segment moves to the left of the embedding geometry of the first segment.
|
static int |
esriNoTurn
The segments maintain same direction along tangent.
|
static int |
esriRightTurn
The second segment moves to the right of the embedding geometry of the first segment.
|
static int |
esriUTurn
The segments have opposite direction along tangent.
|
static final int esriNoTurn
static final int esriUTurn
static final int esriLeftTurn
static final int esriRightTurn