Class NWSZoneLayer.ZoneEntry

java.lang.Object
org.ka2ddo.yaac.gui.weather.NWSZoneLayer.ZoneEntry
All Implemented Interfaces:
Serializable
Enclosing class:
NWSZoneLayer

public static class NWSZoneLayer.ZoneEntry extends Object implements Serializable
The description of one severe weather event, including the bounding polygons of the area for which the event applies, the graphical rendering of the polygons, the type and severity of the event, and the time when this event will expire.
Author:
Andrew Pavlin, KA2DDO
See Also:
  • Method Details

    • getSouthLatitude

      public double getSouthLatitude()
      Return the bounding box southern edge for the event area,
      Returns:
      south edge latitude in fractional degrees North
    • getWestLongitude

      public double getWestLongitude()
      Return the bounding box western edge for the event area,
      Returns:
      west edge longitude in fractional degrees East
    • getNorthLatitude

      public double getNorthLatitude()
      Return the bounding box northern edge for the event area,
      Returns:
      north edge latitude in fractional degrees North
    • getEastLongitude

      public double getEastLongitude()
      Return the bounding box eastern edge for the event area,
      Returns:
      east edge longitude in fractional degrees East