public interface IEllipticArc extends ICurve, java.io.Serializable
Description: 'Provides access to members that control properties of elliptic arc segments.' 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 java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDfa44c5f5_16c6_11d2_aa7a_00c04fa37ba4 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID1b077916_38c5_11d0_92d2_00805f7c28b0
IID1b07790d_38c5_11d0_92d2_00805f7c28b0
Modifier and Type | Method and Description |
---|---|
void |
complement()
Changes this ellipse into its complement; 'from' and 'to' points are unchanged.
|
void |
getAxes(double[] semiMajor,
double[] semiMinor,
double[] minorMajorRatio)
Gets the semi-major and semi-minor axes.
|
IPoint |
getCenterPoint()
The center point of the arc.
|
double |
getCentralAngle()
The included (or central) angle.
|
double |
getFromAngle(boolean ellipseStd)
The start angle (measured from a horizontal line through the center point) defining where the arc starts.
|
double |
getToAngle(boolean ellipseStd)
The end angle (measured from a horizontal line through the center point) defining where the arc ends.
|
boolean |
isCircular()
Indicates if this elliptical arc is acutally circular (major and minor axes same length).
|
boolean |
isCounterClockwise()
Indicates if this elliptic arc is oriented counter-clockwise from its 'from' point to its 'to' point.
|
boolean |
isLine()
Indicates if the arc is degenerated to a line.
|
boolean |
isMinor()
Indicates whether the arc is a minor arc or a major arc.
|
boolean |
isPoint()
Indicates if the arc is degenerated to a point.
|
void |
putAxes(double semiMajor,
double minorMajorRatio)
Sets the semi-major and semi-minor axes.
|
void |
putCoords(boolean ellipseStd,
IPoint center,
IPoint from,
IPoint to,
double rotationAngle,
double minorMajorRatio,
int orientation)
Sets the center point and endpoints, angle of rotation, and orientation.
|
void |
putCoordsByAngle(boolean ellipseStd,
IPoint center,
double fromAngle,
double centralAngle,
double rotationAngle,
double semiMajor,
double minorMajorRatio)
Sets the center point, starting angle, signed central angle, angle of rotation, ratio of the minor axis to the major axis, and axes.
|
void |
queryCenterPoint(IPoint center)
Copies the center of this arc to the input point.
|
void |
queryCoords(boolean ellipseStd,
IPoint center,
IPoint from,
IPoint to,
double[] rotationAngle,
double[] minorMajorRatio,
boolean[] isCCW,
boolean[] minor)
Copies the center and endpoints, angle of rotation, orientation and major/minor properties into the method parameters.
|
void |
queryCoordsByAngle(boolean ellipseStd,
IPoint center,
double[] fromAngle,
double[] centralAngle,
double[] rotationAngle,
double[] semiMajor,
double[] minorMajorRatio)
Returns the center point, starting angle, signed central angle, angle of rotation, ratio of the minor axis to the major axis, and axes.
|
void |
setCentralAngle(double centralAngle)
The included (or central) angle.
|
void |
setFromAngle(boolean ellipseStd,
double fromAngle)
The start angle (measured from a horizontal line through the center point) defining where the arc starts.
|
void |
setIsCounterClockwise(boolean isCCW)
Indicates if this elliptic arc is oriented counter-clockwise from its 'from' point to its 'to' point.
|
void |
setIsMinor(boolean isMinor)
Indicates whether the arc is a minor arc or a major arc.
|
void |
setToAngle(boolean ellipseStd,
double toAngle)
The end angle (measured from a horizontal line through the center point) defining where the arc ends.
|
getFromPoint, getLength, getSubcurve, getToPoint, isClosed, queryFromPoint, queryNormal, queryPoint, queryPointAndDistance, queryTangent, queryToPoint, reverseOrientation, setFromPoint, setToPoint
geoNormalize, geoNormalizeFromLongitude, getDimension, getEnvelope, getGeometryType, getSpatialReference, isEmpty, project, queryEnvelope, setEmpty, setSpatialReferenceByRef, snapToSpatialReference
static final int IIDfa44c5f5_16c6_11d2_aa7a_00c04fa37ba4
static final int xxDummy
static final java.lang.String IID
void queryCoords(boolean ellipseStd, IPoint center, IPoint from, IPoint to, double[] rotationAngle, double[] minorMajorRatio, boolean[] isCCW, boolean[] minor) throws java.io.IOException, AutomationException
ellipseStd
- The ellipseStd (in)center
- A reference to a com.esri.arcgis.geometry.IPoint (in)from
- A reference to a com.esri.arcgis.geometry.IPoint (in)to
- A reference to a com.esri.arcgis.geometry.IPoint (in)rotationAngle
- The rotationAngle (in/out: use single element array)minorMajorRatio
- The minorMajorRatio (in/out: use single element array)isCCW
- The isCCW (in/out: use single element array)minor
- The minor (in/out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void putCoords(boolean ellipseStd, IPoint center, IPoint from, IPoint to, double rotationAngle, double minorMajorRatio, int orientation) throws java.io.IOException, AutomationException
ellipseStd
- The ellipseStd (in)center
- A reference to a com.esri.arcgis.geometry.IPoint (in)from
- A reference to a com.esri.arcgis.geometry.IPoint (in)to
- A reference to a com.esri.arcgis.geometry.IPoint (in)rotationAngle
- The rotationAngle (in)minorMajorRatio
- The minorMajorRatio (in)orientation
- A com.esri.arcgis.geometry.esriArcOrientation constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void queryCoordsByAngle(boolean ellipseStd, IPoint center, double[] fromAngle, double[] centralAngle, double[] rotationAngle, double[] semiMajor, double[] minorMajorRatio) throws java.io.IOException, AutomationException
ellipseStd
- The ellipseStd (in)center
- A reference to a com.esri.arcgis.geometry.IPoint (in)fromAngle
- The fromAngle (in/out: use single element array)centralAngle
- The centralAngle (in/out: use single element array)rotationAngle
- The rotationAngle (in/out: use single element array)semiMajor
- The semiMajor (in/out: use single element array)minorMajorRatio
- The minorMajorRatio (in/out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void putCoordsByAngle(boolean ellipseStd, IPoint center, double fromAngle, double centralAngle, double rotationAngle, double semiMajor, double minorMajorRatio) throws java.io.IOException, AutomationException
ellipseStd
- The ellipseStd (in)center
- A reference to a com.esri.arcgis.geometry.IPoint (in)fromAngle
- The fromAngle (in)centralAngle
- The centralAngle (in)rotationAngle
- The rotationAngle (in)semiMajor
- The semiMajor (in)minorMajorRatio
- The minorMajorRatio (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPoint getCenterPoint() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void queryCenterPoint(IPoint center) throws java.io.IOException, AutomationException
center
- A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getAxes(double[] semiMajor, double[] semiMinor, double[] minorMajorRatio) throws java.io.IOException, AutomationException
semiMajor
- The semiMajor (in/out: use single element array)semiMinor
- The semiMinor (in/out: use single element array)minorMajorRatio
- The minorMajorRatio (in/out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void putAxes(double semiMajor, double minorMajorRatio) throws java.io.IOException, AutomationException
semiMajor
- The semiMajor (in)minorMajorRatio
- The minorMajorRatio (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getFromAngle(boolean ellipseStd) throws java.io.IOException, AutomationException
ellipseStd
- The ellipseStd (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFromAngle(boolean ellipseStd, double fromAngle) throws java.io.IOException, AutomationException
ellipseStd
- The ellipseStd (in)fromAngle
- The fromAngle (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getToAngle(boolean ellipseStd) throws java.io.IOException, AutomationException
ellipseStd
- The ellipseStd (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setToAngle(boolean ellipseStd, double toAngle) throws java.io.IOException, AutomationException
ellipseStd
- The ellipseStd (in)toAngle
- The toAngle (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getCentralAngle() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCentralAngle(double centralAngle) throws java.io.IOException, AutomationException
centralAngle
- The centralAngle (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isPoint() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isLine() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isCounterClockwise() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setIsCounterClockwise(boolean isCCW) throws java.io.IOException, AutomationException
isCCW
- The isCCW (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isMinor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setIsMinor(boolean isMinor) throws java.io.IOException, AutomationException
isMinor
- The isMinor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void complement() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isCircular() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.