| Package | Description |
|---|---|
| org.apache.sis.distance | |
| org.apache.sis.geometry |
Basic geometric objects (envelopes and direct positions).
|
| Modifier and Type | Method and Description |
|---|---|
DirectPosition2D[] |
LatLonPointRadius.getCircularRegionApproximation(int numberOfPoints)
Gets the circular region approximation on the earth surface using haversine
formula.
|
static DirectPosition2D |
DistanceUtils.getPointOnGreatCircle(double latitude,
double longitude,
double d,
double bearing)
Returns a coordinate on the great circle at the specified bearing.
|
| Modifier and Type | Method and Description |
|---|---|
DirectPosition2D |
DirectPosition2D.clone()
Returns a clone of this point.
|
DirectPosition2D |
Envelope2D.getLowerCorner()
The limits in the direction of decreasing ordinate values for the two dimensions.
|
DirectPosition2D |
Envelope2D.getUpperCorner()
The limits in the direction of increasing ordinate values for the two dimensions.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.