com.esri.arcgis.editor
Interface esriCurveDirectionType

All Superinterfaces:
java.io.Serializable

public interface esriCurveDirectionType
extends java.io.Serializable

Constants from esriCurveDirectionType' enum. Generated 3/19/2015 1:20:41 PM from 'C:\ArcGIS\COM\esriEditor.olb'

Description: 'Options for the type of direction used to describe a non-tangent curve.' 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 esriCDTChord
          The direction is along the chord.
static int esriCDTRadial
          The direction is radial, toward the center of the curve.
static int esriCDTTangent
          The direction is along the tangent of the curve, toward the point of tangency.
 

Field Detail

esriCDTChord

static final int esriCDTChord
The direction is along the chord.

See Also:
Constant Field Values

esriCDTRadial

static final int esriCDTRadial
The direction is radial, toward the center of the curve.

See Also:
Constant Field Values

esriCDTTangent

static final int esriCDTTangent
The direction is along the tangent of the curve, toward the point of tangency.

See Also:
Constant Field Values