|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EarthLocation
A location on the earth, specified by lat, lon and optionally altitude.
Method Summary | |
---|---|
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? |
Method Detail |
---|
double getLatitude()
double getLongitude()
double getAltitude()
LatLonPoint getLatLon()
boolean isMissing()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |