Package ucar.unidata.geoloc
Interface Station
- All Superinterfaces:
Comparable<Station>,EarthLocation
- All Known Implementing Classes:
StationImpl
A named location on the earth.
- Since:
- Feb 18, 2008
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareToMethods inherited from interface ucar.unidata.geoloc.EarthLocation
getAltitude, getLatitude, getLatLon, getLongitude, isMissing
-
Method Details
-
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
-