Class DispatchMapEntry

All Implemented Interfaces:
Serializable, Comparable<Object>, GeoLocation, IDBean, MapEntry, MarkerMapEntry, Cacheable

public class DispatchMapEntry extends GroundMapEntry
An ACARS Map entry bean to store a Dispatcher location and range.
Since:
2.2
Version:
7.0
Author:
Luke
See Also:
  • Constructor Details

    • DispatchMapEntry

      public DispatchMapEntry(Pilot usr, GeoLocation loc)
      Initializes the map entry.
      Parameters:
      usr - the Dispatcher user
      loc - the service location
  • Method Details

    • getType

      public ACARSMapEntry.EntryType getType()
      Description copied from class: ACARSMapEntry
      Returns the map entry type.
      Specified by:
      getType in class ACARSMapEntry
      Returns:
      the EntryType
    • getIconColor

      public String getIconColor()
      Description copied from interface: MarkerMapEntry
      Returns the icon color for this entry if displayed in a Google Map.
      Returns:
      the icon color
    • getInfoBox

      public String getInfoBox()
      Description copied from interface: MapEntry
      Returns the text to display in this marker's infobox if displayed in a Google Map.
      Returns:
      the infobox HTML text, or null if no infobox to be displayed