Package ucar.nc2.dt.point
Class StationObsDatatypeImpl
- java.lang.Object
-
- ucar.nc2.dt.point.PointObsDatatypeImpl
-
- ucar.nc2.dt.point.StationObsDatatypeImpl
-
- All Implemented Interfaces:
Comparable,PointObsDatatype,StationObsDatatype
- Direct Known Subclasses:
DapperDataset.SeqStationObs
public abstract class StationObsDatatypeImpl extends PointObsDatatypeImpl implements StationObsDatatype
Deprecated.use ucar.nc2.ft.pointAbstract superclass for implemenation of StationObsDatatype. Concrete subclass must implement getData();
-
-
Field Summary
Fields Modifier and Type Field Description protected ucar.unidata.geoloc.StationstationDeprecated.-
Fields inherited from class ucar.nc2.dt.point.PointObsDatatypeImpl
location, nomTime, obsTime
-
-
Constructor Summary
Constructors Constructor Description StationObsDatatypeImpl()Deprecated.StationObsDatatypeImpl(ucar.unidata.geoloc.Station station, double obsTime, double nomTime)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ucar.unidata.geoloc.StationgetStation()Deprecated.Station location of the observation-
Methods inherited from class ucar.nc2.dt.point.PointObsDatatypeImpl
compareTo, getLocation, getNominalTime, getObservationTime
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface ucar.nc2.dt.PointObsDatatype
getData, getLocation, getNominalTime, getNominalTimeAsDate, getObservationTime, getObservationTimeAsDate
-
-
-
-
Method Detail
-
getStation
public ucar.unidata.geoloc.Station getStation()
Deprecated.Description copied from interface:StationObsDatatypeStation location of the observation- Specified by:
getStationin interfaceStationObsDatatype- Returns:
- Station location of the observation
-
-