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