public class StationImpl extends StationImpl
| Modifier and Type | Field and Description |
|---|---|
protected int |
count |
protected List<StationObsDatatype> |
obsList |
desc, name, wmoIdalt, lat, lon| Constructor and Description |
|---|
StationImpl() |
StationImpl(String name,
String desc,
double lat,
double lon,
double alt) |
StationImpl(String name,
String desc,
double lat,
double lon,
double alt,
int count) |
| Modifier and Type | Method and Description |
|---|---|
void |
addObs(StationObsDatatype sobs) |
int |
getNumObservations() |
List |
getObservations() |
void |
incrCount() |
protected List<StationObsDatatype> |
readObservations() |
compareTo, getDescription, getName, getWmoId, setDescription, setName, setWmoId, toStringgetAltitude, getLatitude, getLatLon, getLongitude, isMissing, setAltitude, setLatitude, setLongitudeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAltitude, getLatitude, getLatLon, getLongitude, isMissingprotected List<StationObsDatatype> obsList
protected int count
public int getNumObservations()
public void incrCount()
public List getObservations() throws IOException
IOExceptionpublic void addObs(StationObsDatatype sobs)
protected List<StationObsDatatype> readObservations() throws IOException
IOExceptionCopyright © 1999–2013 UCAR/Unidata. All rights reserved.