public class StationImpl extends EarthLocationImpl implements Station
| Constructor and Description |
|---|
StationImpl(Station s,
int nobs)
Deprecated.
|
StationImpl(String name,
String desc,
String wmoId,
double lat,
double lon,
double alt)
Deprecated.
|
StationImpl(String name,
String desc,
String wmoId,
double lat,
double lon,
double alt,
int nobs)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Station so)
Deprecated.
|
String |
getDescription()
Deprecated.
Station description
|
String |
getName()
Deprecated.
Station name or id.
|
int |
getNobs()
Deprecated.
get Number of obs at this station
|
String |
getWmoId()
Deprecated.
WMO station id
|
void |
incrNobs()
Deprecated.
|
String |
toString()
Deprecated.
|
getAltitude, getLatitude, getLatLon, getLongitude, isMissingequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAltitude, getLatitude, getLatLon, getLongitude, isMissingpublic StationImpl(String name, String desc, String wmoId, double lat, double lon, double alt)
public StationImpl(String name, String desc, String wmoId, double lat, double lon, double alt, int nobs)
public StationImpl(Station s, int nobs)
@Nonnull public String getName()
public String getDescription()
getDescription in interface Stationpublic String getWmoId()
public int getNobs()
Stationpublic void incrNobs()
public int compareTo(Station so)
compareTo in interface Comparable<Station>public String toString()
toString in class EarthLocationImpl