Package org.geotools.gml3
Class Circle.Arc
- Object
- 
- Arc
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetArcAngle()doublegetArcAngleDegrees()doublegetArcHeight()given a an arc defined from p1 to p2 existing on this circle, returns the height of the arc.CoordinategetChordCenterPoint()CoordinategetP1()doublegetP1Angle()CoordinategetP2()doublegetP2Angle()booleanisClockwise()Circle.Arc[]split()StringtoString()
 
- 
- 
- 
Method Detail- 
getArcHeightpublic double getArcHeight() given a an arc defined from p1 to p2 existing on this circle, returns the height of the arc. This height is defined as the distance from the center of a chord defined by (p1, p2) and the outer edge of the circle.- Returns:
- the arc height
 
 - 
getChordCenterPointpublic Coordinate getChordCenterPoint() 
 - 
splitpublic Circle.Arc[] split() 
 - 
getP1public Coordinate getP1() 
 - 
getP2public Coordinate getP2() 
 - 
getArcAnglepublic double getArcAngle() 
 - 
getArcAngleDegreespublic double getArcAngleDegrees() 
 - 
getP1Anglepublic double getP1Angle() 
 - 
getP2Anglepublic double getP2Angle() 
 - 
isClockwisepublic boolean isClockwise() 
 
- 
 
-