Class NavigationFrequencyBean
java.lang.Object
org.deltava.beans.navdata.NavigationDataBean
org.deltava.beans.navdata.NavigationFrequencyBean
- All Implemented Interfaces:
Serializable, Cloneable, Comparable<NavigationDataBean>, GeoLocation, IconMapEntry, LabelMapEntry, MapEntry, MarkerMapEntry, Cacheable
A NavigationDataBean to represent a navigation aid with a tunable radio frequency.
- Since:
- 1.0
- Version:
- 12.3
- Author:
- Luke
- See Also:
-
Field Summary
Fields inherited from interface GeoLocation
ALL, DEGREE_FEET, DEGREE_MILES, FEET_MILES, LAT_DIRECTIONS, LATITUDE, LON_DIRECTIONS, LONGITUDE, RADIAN_MILES -
Constructor Summary
ConstructorsConstructorDescriptionNavigationFrequencyBean(Navaid type, double lat, double lon) Initializes the bean. -
Method Summary
Modifier and TypeMethodDescriptionReturns the navaid's frequency.Returns the default Google Maps infobox text.voidsetFrequency(String freq) Updates the navaid's frequency.Methods inherited from class NavigationDataBean
cacheKey, clone, compareTo, create, create, equals, getAirway, getCode, getHTMLPosition, getHTMLTitle, getLabel, getLatitude, getLongitude, getName, getRegion, getType, hashCode, isCoordinates, isInTerminalRoute, setAirway, setCode, setName, setRegion, toStringMethods inherited from interface GeoLocation
distanceFeet, distanceToMethods inherited from interface IconMapEntry
getIconCode, getPaletteCodeMethods inherited from interface MarkerMapEntry
getIconColor
-
Constructor Details
-
Method Details
-
getFrequency
-
setFrequency
Updates the navaid's frequency.- Parameters:
freq- the frequency
-
getInfoBox
-