Interface Station

All Superinterfaces:
Comparable<Station>, EarthLocation
All Known Implementing Classes:
StationImpl

public interface Station extends EarthLocation, Comparable<Station>
A named location on the earth.
Since:
Feb 18, 2008
  • Method Details

    • getName

      @Nonnull String getName()
      Station name or id. Must be unique within the collection
      Returns:
      station name or id. May not be null.
    • getDescription

      String getDescription()
      Station description
      Returns:
      station description or null
    • getWmoId

      String getWmoId()
      WMO station id.
      Returns:
      WMO station id, or null.
    • getNobs

      int getNobs()
      get Number of obs at this station
      Returns:
      Number of obs or -1 if unknown