com.esri.arcgis.editor
Interface esriCourseType

All Superinterfaces:
java.io.Serializable

public interface esriCourseType
extends java.io.Serializable

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

Description: 'Types of traverse courses.' 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 esriCTAngleDistance
          Course defined by an angle and distance.
static int esriCTCurve
          Course defined by a tangent curve.
static int esriCTDirectionDistance
          Course defined by a direction and a distance.
static int esriCTTangentCurve
          Course defined be a non-tangent curve.
 

Field Detail

esriCTDirectionDistance

static final int esriCTDirectionDistance
Course defined by a direction and a distance.

See Also:
Constant Field Values

esriCTAngleDistance

static final int esriCTAngleDistance
Course defined by an angle and distance.

See Also:
Constant Field Values

esriCTCurve

static final int esriCTCurve
Course defined by a tangent curve.

See Also:
Constant Field Values

esriCTTangentCurve

static final int esriCTTangentCurve
Course defined be a non-tangent curve.

See Also:
Constant Field Values