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:
- 6.0
- Author:
- Luke
- See Also:
-
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 -
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 org.deltava.beans.navdata.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 class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.deltava.beans.GeoLocation
distanceFeet, distanceToMethods inherited from interface org.deltava.beans.IconMapEntry
getIconCode, getPaletteCodeMethods inherited from interface org.deltava.beans.MarkerMapEntry
getIconColor
-
Constructor Details
-
Method Details
-
getFrequency
-
setFrequency
Updates the navaid's frequency.- Parameters:
freq- the frequency
-
getInfoBox
-