public class StationImpl
extends ucar.unidata.geoloc.StationImpl
| Modifier and Type | Field and Description |
|---|---|
protected int |
count
Deprecated.
|
protected List<StationObsDatatype> |
obsList
Deprecated.
|
| 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, setLongitudeprotected 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
IOException