com.esri.arcgis.geometry
Interface esriArcOrientation

All Superinterfaces:
java.io.Serializable

public interface esriArcOrientation
extends java.io.Serializable

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

Description: 'Describes how to rotate about the arc's center getting from the 'from' point to the 'to' point of an arc.' 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 esriArcClockwise
          The arc proceeds clockwise from its 'from' point to its 'to' point.
static int esriArcCounterClockwise
          The arc proceeds counterclockwise from its 'from' point to its 'to' point.
static int esriArcMajor
          The central angle of the arc is greater than pi.
static int esriArcMinor
          The central angle of the arc is less than pi.
 

Field Detail

esriArcClockwise

static final int esriArcClockwise
The arc proceeds clockwise from its 'from' point to its 'to' point.

See Also:
Constant Field Values

esriArcCounterClockwise

static final int esriArcCounterClockwise
The arc proceeds counterclockwise from its 'from' point to its 'to' point.

See Also:
Constant Field Values

esriArcMinor

static final int esriArcMinor
The central angle of the arc is less than pi.

See Also:
Constant Field Values

esriArcMajor

static final int esriArcMajor
The central angle of the arc is greater than pi.

See Also:
Constant Field Values