com.esri.arcgis.geometry
Interface esriTurnDirectionEnum

All Superinterfaces:
java.io.Serializable

public interface esriTurnDirectionEnum
extends java.io.Serializable

Constants from esriTurnDirectionEnum' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

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 =


Field Summary
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.
 

Field Detail

esriNoTurn

static final int esriNoTurn
The segments maintain same direction along tangent.

See Also:
Constant Field Values

esriUTurn

static final int esriUTurn
The segments have opposite direction along tangent.

See Also:
Constant Field Values

esriLeftTurn

static final int esriLeftTurn
The second segment moves to the left of the embedding geometry of the first segment.

See Also:
Constant Field Values

esriRightTurn

static final int esriRightTurn
The second segment moves to the right of the embedding geometry of the first segment.

See Also:
Constant Field Values