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, wmoIdalt, 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, toStringgetAltitude, getLatitude, getLatLon, getLongitude, isMissing, setAltitude, setLatitude, setLongitudeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcreate, getAltitude, getLatitude, getLatLon, getLongitude, isMissingprotected 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.IOExceptionpublic void addObs(StationObsDatatype sobs)
protected java.util.List<StationObsDatatype> readObservations() throws java.io.IOException
java.io.IOException