Class FIR
java.lang.Object
org.deltava.beans.navdata.Airspace
org.deltava.beans.navdata.FIR
- All Implemented Interfaces:
Serializable
,Comparable<Airspace>
,GeoLocation
,GeospaceLocation
,MapEntry
,Cacheable
A bean to store data about a Flight Information Region or ARTCC.
- Since:
- 3.2
- Version:
- 7.3
- 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds an alias for this FIR.cacheKey()
Returns the cache key for this object.Returns the aliases of this FIR.int
hashCode()
boolean
isAux()
Returns if this is an Auxilliary sector.boolean
Returns if this is an Oceanic sector.void
setAux
(boolean isAux) Sets whether this is an Auxilliary sector.void
setOceanic
(boolean isOceanic) Sets whether this is an Oceanic sector.toString()
Methods inherited from class org.deltava.beans.navdata.Airspace
addBorderPoint, compareTo, contains, equals, findRestricted, getAltitude, getBorder, getCountry, getID, getInfoBox, getLatitude, getLongitude, getMaxAltitude, getMinAltitude, getName, getType, init, isExclusion, isRestricted, setBorder, setCountry, setExclusion, setMaxAltitude, setMinAltitude, setName
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.deltava.beans.GeoLocation
distanceFeet, distanceTo
-
Constructor Details
-
FIR
-
-
Method Details
-
isOceanic
public boolean isOceanic()Returns if this is an Oceanic sector.- Returns:
- TRUE if Oceanic, otherwise FALSE
- See Also:
-
isAux
public boolean isAux()Returns if this is an Auxilliary sector.- Returns:
- TRUE if Auxilliary, otherwise FALSE
- See Also:
-
getAliases
Returns the aliases of this FIR.- Returns:
- a Collection of aliases
- See Also:
-
setAux
public void setAux(boolean isAux) Sets whether this is an Auxilliary sector.- Parameters:
isAux
- TRUE if auxilliary, otherwise FALSE- See Also:
-
setOceanic
public void setOceanic(boolean isOceanic) Sets whether this is an Oceanic sector.- Parameters:
isOceanic
- TRUE if oceanic, otherwise FALSE- See Also:
-
addAlias
Adds an alias for this FIR.- Parameters:
code
- the alias- Throws:
NullPointerException
- if code is null- See Also:
-
toString
-
hashCode
-
cacheKey
-