com.esri.arcgis.editor
Interface esriCourseType

All Superinterfaces:
Serializable

public interface esriCourseType
extends Serializable

Types of traverse courses.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows


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