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<ucar.unidata.geoloc.Station>,ucar.unidata.geoloc.EarthLocation,ucar.unidata.geoloc.Station
public class StationImpl extends ucar.unidata.geoloc.StationImplDeprecated.use ucar.unidata.geoloc.StationImplImplementation of Station
-
-
Field Summary
Fields Modifier and Type Field Description protected intcountDeprecated.protected List<StationObsDatatype>obsListDeprecated.
-
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 voidaddObs(StationObsDatatype sobs)Deprecated.intgetNumObservations()Deprecated.ListgetObservations()Deprecated.voidincrCount()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
-
-
-
-
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
-
-