public interface Station extends EarthLocation, Comparable<Station>
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Station description
|
String |
getName()
Station name or id.
|
int |
getNobs()
get Number of obs at this station
|
String |
getWmoId()
WMO station id.
|
getAltitude, getLatitude, getLatLon, getLongitude, isMissing
compareTo
@Nonnull String getName()
String getDescription()
String getWmoId()
int getNobs()