public class Circle.Arc
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
double |
getArcAngle() |
double |
getArcAngleDegrees() |
double |
getArcHeight()
given a an arc defined from p1 to p2 existing on this circle, returns
the height of the arc.
|
com.vividsolutions.jts.geom.Coordinate |
getChordCenterPoint()
Returns the center of this
Arc |
com.vividsolutions.jts.geom.Coordinate |
getP1() |
double |
getP1Angle() |
com.vividsolutions.jts.geom.Coordinate |
getP2() |
double |
getP2Angle() |
boolean |
isClockwise() |
Circle.Arc[] |
split()
Splits this
Arc at the mid point |
java.lang.String |
toString() |
public double getArcHeight()
public com.vividsolutions.jts.geom.Coordinate getChordCenterPoint()
ArcArcpublic Circle.Arc[] split()
Arc at the mid pointArcspublic com.vividsolutions.jts.geom.Coordinate getP1()
public com.vividsolutions.jts.geom.Coordinate getP2()
public double getArcAngle()
public double getArcAngleDegrees()
public double getP1Angle()
public double getP2Angle()
public boolean isClockwise()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.