| Modifier and Type | Field and Description |
|---|---|
static Geodesic |
Geodesic.WGS84
A global instantiation of Geodesic with the parameters for the WGS84
ellipsoid.
|
| Constructor and Description |
|---|
GeodesicLine(Geodesic g,
double lat1,
double lon1,
double azi1)
Constructor for a geodesic line staring at latitude lat1, longitude
lon1, and azimuth azi1 (all in degrees).
|
GeodesicLine(Geodesic g,
double lat1,
double lon1,
double azi1,
int caps)
Constructor for a geodesic line staring at latitude lat1, longitude
lon1, and azimuth azi1 (all in degrees) with a subset of the
capabilities included.
|
PolygonArea(Geodesic earth,
boolean polyline)
Constructor for PolygonArea.
|
Copyright © 2015. All Rights Reserved.