public interface EarthLocation
Modifier and Type | Method and Description |
---|---|
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?
|
double getLatitude()
double getLongitude()
double getAltitude()
EarthLocation
was retrieved from a PointFeature
(via PointFeature.getLocation()
), then the unit can be obtained by calling
pointFeature.getFeatureCollection().getAltUnits()
.Double.NaN
indicates "no altitude".LatLonPoint getLatLon()
boolean isMissing()