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();
-
-
Constructor Summary
Constructors Constructor Description StationObsDatatypeImpl()
Deprecated.StationObsDatatypeImpl(Station station, double obsTime, double nomTime)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Station
getStation()
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
-
-
-
-
Field Detail
-
station
protected Station station
Deprecated.
-
-
Constructor Detail
-
StationObsDatatypeImpl
public StationObsDatatypeImpl()
Deprecated.
-
StationObsDatatypeImpl
public StationObsDatatypeImpl(Station station, double obsTime, double nomTime)
Deprecated.
-
-
Method Detail
-
getStation
public Station getStation()
Deprecated.Description copied from interface:StationObsDatatype
Station location of the observation- Specified by:
getStation
in interfaceStationObsDatatype
- Returns:
- Station location of the observation
-
-