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.
|
org.locationtech.jts.geom.Coordinate |
getChordCenterPoint()
Returns the center of this
Arc |
org.locationtech.jts.geom.Coordinate |
getP1() |
double |
getP1Angle() |
org.locationtech.jts.geom.Coordinate |
getP2() |
double |
getP2Angle() |
boolean |
isClockwise() |
Circle.Arc[] |
split()
Splits this
Arc at the mid point |
String |
toString() |
public double getArcHeight()
public org.locationtech.jts.geom.Coordinate getChordCenterPoint()
Arc
Arc
public Circle.Arc[] split()
Arc
at the mid pointArc
spublic org.locationtech.jts.geom.Coordinate getP1()
public org.locationtech.jts.geom.Coordinate getP2()
public double getArcAngle()
public double getArcAngleDegrees()
public double getP1Angle()
public double getP2Angle()
public boolean isClockwise()
Copyright © 2023 geolatte.org. All rights reserved.