Package ucar.nc2.dt.point
Class PointObsDatatypeImpl
- java.lang.Object
-
- ucar.nc2.dt.point.PointObsDatatypeImpl
-
- All Implemented Interfaces:
Comparable
,PointObsDatatype
- Direct Known Subclasses:
DapperDataset.SeqPointObs
,RecordDatasetHelper.RecordPointObs
,SequenceHelper.SeqPointObs
,StationObsDatatypeImpl
public abstract class PointObsDatatypeImpl extends Object implements PointObsDatatype, Comparable
Deprecated.use ucar.nc2.ft.pointAbstract superclass for implemenation of PointObsDatatype. Concrete subclass must implement getData();
-
-
Field Summary
Fields Modifier and Type Field Description protected EarthLocation
location
Deprecated.protected double
nomTime
Deprecated.protected double
obsTime
Deprecated.
-
Constructor Summary
Constructors Constructor Description PointObsDatatypeImpl()
Deprecated.PointObsDatatypeImpl(EarthLocation location, double obsTime, double nomTime)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description int
compareTo(Object o)
Deprecated.EarthLocation
getLocation()
Deprecated.Location of the observationdouble
getNominalTime()
Deprecated.Nominal time of the observation.double
getObservationTime()
Deprecated.Actual time of the observation.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ucar.nc2.dt.PointObsDatatype
getData, getNominalTimeAsDate, getObservationTimeAsDate
-
-
-
-
Field Detail
-
location
protected EarthLocation location
Deprecated.
-
obsTime
protected double obsTime
Deprecated.
-
nomTime
protected double nomTime
Deprecated.
-
-
Constructor Detail
-
PointObsDatatypeImpl
public PointObsDatatypeImpl()
Deprecated.
-
PointObsDatatypeImpl
public PointObsDatatypeImpl(EarthLocation location, double obsTime, double nomTime)
Deprecated.
-
-
Method Detail
-
getLocation
public EarthLocation getLocation()
Deprecated.Description copied from interface:PointObsDatatype
Location of the observation- Specified by:
getLocation
in interfacePointObsDatatype
- Returns:
- the location of the observation
-
getNominalTime
public double getNominalTime()
Deprecated.Description copied from interface:PointObsDatatype
Nominal time of the observation. Units are found from getTimeUnits() in the containing dataset.- Specified by:
getNominalTime
in interfacePointObsDatatype
- Returns:
- nominal time of the observation in units of getTimeUnits()
-
getObservationTime
public double getObservationTime()
Deprecated.Description copied from interface:PointObsDatatype
Actual time of the observation. Units are found from getTimeUnits() in the containing dataset.- Specified by:
getObservationTime
in interfacePointObsDatatype
- Returns:
- actual time of the observation in units of getTimeUnits()
-
compareTo
public int compareTo(Object o)
Deprecated.- Specified by:
compareTo
in interfaceComparable
-
-