Interface ICAOAirport
- All Superinterfaces:
GeoLocation, GeospaceLocation
- All Known Implementing Classes:
Airport, AirportLocation
An interface to mark airport beans with an ICAO code.
- Since:
- 2.7
- Version:
- 6.4
- Author:
- Luke
-
Field Summary
Fields inherited from interface GeoLocation
ALL, DEGREE_FEET, DEGREE_MILES, FEET_MILES, LAT_DIRECTIONS, LATITUDE, LON_DIRECTIONS, LONGITUDE, RADIAN_MILESModifier and TypeFieldDescriptionstatic final intFormat the Longitude and Latitude.static final doubleSize of a degree in feet.static final doubleSize of a degree in miles.static final intSize of a mile in feet.static final String[]Latitude directions.static final intFormat the Latitude only.static final String[]Longitude directions.static final intFormat the Longitude only.static final intRadius of the Earth in miles. -
Method Summary
Methods inherited from interface GeoLocation
distanceFeet, distanceTo, getLatitude, getLongitudeModifier and TypeMethodDescriptiondefault intCalculates the distance between two points in feet.default intCalculates the distance between two GeoLocations.doubleReturns the latitude of this location.doubleReturns the longitude of this location.Methods inherited from interface GeospaceLocation
getAltitudeModifier and TypeMethodDescriptionintReturns the altitude of the location above MSL.
-
Method Details
-
getICAO
-