Package ucar.nc2.dt
Class StationImpl
- java.lang.Object
-
- ucar.unidata.geoloc.EarthLocationImpl
-
- ucar.unidata.geoloc.StationImpl
-
- ucar.nc2.dt.StationImpl
-
- All Implemented Interfaces:
Comparable<Station>
,EarthLocation
,Station
public class StationImpl extends StationImpl
Deprecated.use ucar.unidata.geoloc.StationImplImplementation of Station
-
-
Field Summary
Fields Modifier and Type Field Description protected int
count
Deprecated.protected List<StationObsDatatype>
obsList
Deprecated.-
Fields inherited from class ucar.unidata.geoloc.StationImpl
desc, name, nobs, wmoId
-
Fields inherited from class ucar.unidata.geoloc.EarthLocationImpl
alt, lat, lon
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
addObs(StationObsDatatype sobs)
Deprecated.int
getNumObservations()
Deprecated.List
getObservations()
Deprecated.void
incrCount()
Deprecated.protected List<StationObsDatatype>
readObservations()
Deprecated.-
Methods inherited from class ucar.unidata.geoloc.StationImpl
compareTo, getDescription, getName, getNobs, getWmoId, incrNobs, setDescription, setName, setNobs, setWmoId, toString
-
Methods inherited from class ucar.unidata.geoloc.EarthLocationImpl
getAltitude, getLatitude, getLatLon, getLongitude, isMissing, setAltitude, setLatitude, setLongitude
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface ucar.unidata.geoloc.EarthLocation
getAltitude, getLatitude, getLatLon, getLongitude, isMissing
-
-
-
-
Field Detail
-
obsList
protected List<StationObsDatatype> obsList
Deprecated.
-
count
protected int count
Deprecated.
-
-
Method Detail
-
getNumObservations
public int getNumObservations()
Deprecated.
-
incrCount
public void incrCount()
Deprecated.
-
getObservations
public List getObservations() throws IOException
Deprecated.- Throws:
IOException
-
addObs
public void addObs(StationObsDatatype sobs)
Deprecated.
-
readObservations
protected List<StationObsDatatype> readObservations() throws IOException
Deprecated.- Throws:
IOException
-
-