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, isMissing
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAltitude, getLatitude, getLatLon, getLongitude, isMissing
public 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 Station
public String getWmoId()
public int getNobs()
Station
public void incrNobs()
public int compareTo(Station so)
compareTo
in interface Comparable<Station>
public String toString()
toString
in class EarthLocationImpl