Package | Description |
---|---|
org.opengis.geometry.coordinate |
Set of geometric objects.
|
org.opengis.geometry.primitive |
Set of geometric objects that are not decomposed further into
other primitives.
|
Modifier and Type | Method and Description |
---|---|
Bearing |
Arc.getEndAngle()
Calculates the bearing of the line from the center of the circle of which this arc is a
portion to the end point of the arc.
|
Bearing |
Arc.getStartAngle()
Calculates the bearing of the line from the center of the circle of which this arc is a
portion to the start point of the arc.
|
Modifier and Type | Method and Description |
---|---|
Bearing |
Point.getBearing(Position toPoint)
Returns the bearing, as a unit vector, of the tangent (at this
Point ) to the curve
between this Point and a passed position. |
Copyright © 1996–2019 Geotools. All rights reserved.