public class StationImpl extends StationImpl
Modifier and Type | Field and Description |
---|---|
protected int |
count |
protected List<StationObsDatatype> |
obsList |
desc, name, wmoId
alt, 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, 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 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–2015 UCAR/Unidata. All rights reserved.