public class StationImpl extends StationImpl
Modifier and Type | Field and Description |
---|---|
protected int |
count
Deprecated.
|
protected List<StationObsDatatype> |
obsList
Deprecated.
|
desc, name, nobs, wmoId
alt, lat, lon
Constructor and Description |
---|
StationImpl()
Deprecated.
|
StationImpl(String name,
String desc,
double lat,
double lon,
double alt)
Deprecated.
|
StationImpl(String name,
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.
|
List |
getObservations()
Deprecated.
|
void |
incrCount()
Deprecated.
|
protected 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 List<StationObsDatatype> obsList
protected int count
public StationImpl()
public StationImpl(String name, String desc, double lat, double lon, double alt)
public int getNumObservations()
public void incrCount()
public List getObservations() throws IOException
IOException
public void addObs(StationObsDatatype sobs)
protected List<StationObsDatatype> readObservations() throws IOException
IOException
Copyright © 1999–2018 UCAR/Unidata. All rights reserved.