|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
CircularArc is an interface that represents a circular arc segment with two end points and circular interpolation.
LinearSegment
Method Summary | |
CoordPoint |
getCenter()
Gets the center of this circular arc. |
double |
getCenterX()
Gets the x coordinate of the circular arc center. |
double |
getCenterY()
Gets the y coordinate of the circular arc center. |
double |
getEndAngle()
Gets the end angle of this circular arc, which is between zero and 2 PI. |
CoordPoint |
getMidPoint()
Gets the middle point of this circular arc. |
void |
getMidPoint(CoordPoint point)
Gets the middle point of this circular arc. |
double |
getRadius()
Gets the radius of this circular arc. |
double |
getStartAngle()
Gets the start angle of this circular arc, which is between zero and 2 PI. |
boolean |
isClockwise()
Determines if this circular arc is clockwise. |
Methods inherited from interface oracle.sdoapi.geom.Segment |
clone, getCoordArray, getCoordArray, getDimensionality, getEndPoint, getEndPoint, getEnvelope, getNumPoints, getPointArray, getPointArray, getPointAt, getPointAt, getPoints, getSegmentType, getStartPoint, getStartPoint, linearizeSegment, linearizeSegment |
Method Detail |
public CoordPoint getMidPoint()
public void getMidPoint(CoordPoint point)
point
- a preallocated coordinate point that is to be filled with
the ordinates of the middle point of this circular arcpublic CoordPoint getCenter()
public double getCenterX()
public double getCenterY()
public double getRadius()
public boolean isClockwise()
true
if this circular arc is clockwise;
false
otherwisepublic double getStartAngle()
public double getEndAngle()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |