Class NWSZoneLayer.ZoneKey

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

public static class NWSZoneLayer.ZoneKey extends Object implements Serializable
Map key for severe weather zones, identifying the specific geographic zone that the event is reported for.
Author:
Andrew Pavlin, KA2DDO
See Also:
  • Method Details

    • hashCode

      public int hashCode()
      Returns a hash code value for the object.
      Overrides:
      hashCode in class Object
      Returns:
      a hash code value for this object.
    • equals

      public boolean equals(Object obj)
      Indicates whether some other object is "equal to" this one.
      Overrides:
      equals in class Object
      Parameters:
      obj - the reference object with which to compare.
      Returns:
      true if this object is the same as the obj argument; false otherwise.
      See Also:
    • toString

      public String toString()
      Returns a string representation of the object.
      Overrides:
      toString in class Object
      Returns:
      a string representation of the object.