Class TAF

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

public class TAF extends WeatherDataBean
A bean to store Terminal Area Forecast data.
Since:
2.2
Version:
7.0
Author:
Luke
See Also:
  • Constructor Details

    • TAF

      public TAF()
  • Method Details

    • 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
    • getType

      public WeatherDataBean.Type getType()
      Description copied from class: WeatherDataBean
      Returns the data type.
      Specified by:
      getType in class WeatherDataBean
      Returns:
      the data type
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class WeatherDataBean
    • getAmended

      public boolean getAmended()
      Returns if this is a TAF amended since original issue.
      Returns:
      TRUE if amended, otherwise FALSE
    • setAmended

      public void setAmended(boolean isAmended)
      Sets whether this is a TAF amended since original issue.
      Parameters:
      isAmended - TRUE if amended, otherwise FALSE