Class DispatchMapEntry
java.lang.Object
org.deltava.beans.DatabaseBean
org.deltava.beans.acars.ACARSMapEntry
org.deltava.beans.acars.GroundMapEntry
org.deltava.beans.acars.DispatchMapEntry
- All Implemented Interfaces:
Serializable
,Comparable<Object>
,GeoLocation
,IDBean
,MapEntry
,MarkerMapEntry
,Cacheable
An ACARS Map entry bean to store a Dispatcher location and range.
- Since:
- 2.2
- Version:
- 7.0
- Author:
- Luke
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.deltava.beans.acars.ACARSMapEntry
ACARSMapEntry.EntryType
-
Field Summary
Fields inherited from class org.deltava.beans.acars.ACARSMapEntry
_betaBuild, _busy, _clientBuild, _pos, _usr
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 TypeMethodDescriptionReturns the icon color for this entry if displayed in a Google Map.Returns the text to display in this marker's infobox if displayed in a Google Map.getType()
Returns the map entry type.Methods inherited from class org.deltava.beans.acars.GroundMapEntry
getRange, setRange
Methods inherited from class org.deltava.beans.acars.ACARSMapEntry
getLatitude, getLocation, getLongitude, getPilot, isBusy, setBusy, setClientBuild
Methods inherited from class org.deltava.beans.DatabaseBean
cacheKey, compareTo, equals, getHexID, getID, hashCode, setID, validateID, validateID
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.deltava.beans.GeoLocation
distanceFeet, distanceTo
-
Constructor Details
-
DispatchMapEntry
Initializes the map entry.- Parameters:
usr
- the Dispatcher userloc
- the service location
-
-
Method Details
-
getType
Description copied from class:ACARSMapEntry
Returns the map entry type.- Specified by:
getType
in classACARSMapEntry
- Returns:
- the EntryType
-
getIconColor
Description copied from interface:MarkerMapEntry
Returns the icon color for this entry if displayed in a Google Map.- Returns:
- the icon color
-
getInfoBox
-