public class StationImpl extends StationImpl
Modifier and Type | Field and Description |
---|---|
protected int |
count
Deprecated.
|
protected java.util.List<StationObsDatatype> |
obsList
Deprecated.
|
desc, name, nobs, wmoId
alt, lat, lon
Constructor and Description |
---|
StationImpl()
Deprecated.
|
StationImpl(java.lang.String name,
java.lang.String desc,
double lat,
double lon,
double alt)
Deprecated.
|
StationImpl(java.lang.String name,
java.lang.String desc,
double lat,
double lon,
double alt,
int count)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addObs(StationObsDatatype sobs)
Deprecated.
|
int |
getNumObservations()
Deprecated.
|
java.util.List |
getObservations()
Deprecated.
|
void |
incrCount()
Deprecated.
|
protected java.util.List<StationObsDatatype> |
readObservations()
Deprecated.
|
compareTo, getDescription, getName, getNobs, getWmoId, incrNobs, setDescription, setName, setNobs, setWmoId, toString
getAltitude, getLatitude, getLatLon, getLongitude, isMissing, setAltitude, setLatitude, setLongitude
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAltitude, getLatitude, getLatLon, getLongitude, isMissing
protected java.util.List<StationObsDatatype> obsList
protected int count
public StationImpl()
public StationImpl(java.lang.String name, java.lang.String desc, double lat, double lon, double alt)
public StationImpl(java.lang.String name, java.lang.String desc, double lat, double lon, double alt, int count)
public int getNumObservations()
public void incrCount()
public java.util.List getObservations() throws java.io.IOException
java.io.IOException
public void addObs(StationObsDatatype sobs)
protected java.util.List<StationObsDatatype> readObservations() throws java.io.IOException
java.io.IOException