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.
|
Coordinate |
getChordCenterPoint() |
Coordinate |
getP1() |
double |
getP1Angle() |
Coordinate |
getP2() |
double |
getP2Angle() |
boolean |
isClockwise() |
Circle.Arc[] |
split() |
String |
toString() |
public double getArcHeight()
public Coordinate getChordCenterPoint()
public Circle.Arc[] split()
public Coordinate getP1()
public Coordinate getP2()
public double getArcAngle()
public double getArcAngleDegrees()
public double getP1Angle()
public double getP2Angle()
public boolean isClockwise()
Copyright © 1996–2019 Geotools. All rights reserved.