public interface EarthLocation
Modifier and Type | Method and Description |
---|---|
static EarthLocation |
create(double lat,
double lon,
double alt)
Standard way to create an EarthLocation.
|
double |
getAltitude()
Returns the altitude in some unit.
|
double |
getLatitude()
Returns the latitude in some unit.
|
LatLonPoint |
getLatLon()
Get the lat/lon location
|
double |
getLongitude()
Returns the longitude in some unit.
|
boolean |
isMissing()
Are either lat or lon missing?
|
static EarthLocation create(double lat, double lon, double alt)
double getAltitude()
Double.NaN
indicates "no altitude".double getLatitude()
LatLonPoint getLatLon()
double getLongitude()
boolean isMissing()