public interface EarthLocation
| Modifier and Type | Method and Description | 
|---|---|
| double | getAltitude()altitude in meters;  missing = NaN. | 
| double | getLatitude()latitude in decimal degrees north | 
| LatLonPoint | getLatLon()Get the lat/lon location | 
| double | getLongitude()longitude in decimal degrees east | 
| boolean | isMissing()Are either lat or lon missing? | 
double getLatitude()
double getLongitude()
double getAltitude()
LatLonPoint getLatLon()
boolean isMissing()