Interface GeospaceLocation
- All Superinterfaces:
GeoLocation
- All Known Subinterfaces:
ICAOAirport
- All Known Implementing Classes:
ACARSRouteEntry
,Airport
,AirportLocation
,Airspace
,FIR
,FuzzyPosition
,GeoPosition
,MapRouteEntry
,Pilot
,PositionData
,RadioPosition
,RouteEntry
,WindData
,XARouteEntry
An interface to define three-dimensional GeoLocations.
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Luke
-
Field Summary
Fields inherited from interface org.deltava.beans.GeoLocation
ALL, DEGREE_FEET, DEGREE_MILES, FEET_MILES, LAT_DIRECTIONS, LATITUDE, LON_DIRECTIONS, LONGITUDE, RADIAN_MILES
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the altitude of the location above MSL.Methods inherited from interface org.deltava.beans.GeoLocation
distanceFeet, distanceTo, getLatitude, getLongitude
-
Method Details
-
getAltitude
int getAltitude()Returns the altitude of the location above MSL.- Returns:
- the altitude in feet
-