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
String getName()
String getWmoId()
String getDescription()
int getNobs()
Copyright © 1999–2016 UCAR/Unidata. All rights reserved.