public interface esriArcOrientation
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
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.
|
static final int esriArcClockwise
static final int esriArcCounterClockwise
static final int esriArcMinor
static final int esriArcMajor