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();
-
-
Constructor Summary
Constructors Constructor Description PointObsDatatypeImpl()Deprecated.PointObsDatatypeImpl(ucar.unidata.geoloc.EarthLocation location, double obsTime, double nomTime)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description intcompareTo(Object o)Deprecated.ucar.unidata.geoloc.EarthLocationgetLocation()Deprecated.Location of the observationdoublegetNominalTime()Deprecated.Nominal time of the observation.doublegetObservationTime()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
-
-
-
-
Method Detail
-
getLocation
public ucar.unidata.geoloc.EarthLocation getLocation()
Deprecated.Description copied from interface:PointObsDatatypeLocation of the observation- Specified by:
getLocationin interfacePointObsDatatype- Returns:
- the location of the observation
-
getNominalTime
public double getNominalTime()
Deprecated.Description copied from interface:PointObsDatatypeNominal time of the observation. Units are found from getTimeUnits() in the containing dataset.- Specified by:
getNominalTimein interfacePointObsDatatype- Returns:
- nominal time of the observation in units of getTimeUnits()
-
getObservationTime
public double getObservationTime()
Deprecated.Description copied from interface:PointObsDatatypeActual time of the observation. Units are found from getTimeUnits() in the containing dataset.- Specified by:
getObservationTimein interfacePointObsDatatype- Returns:
- actual time of the observation in units of getTimeUnits()
-
compareTo
public int compareTo(Object o)
Deprecated.- Specified by:
compareToin interfaceComparable
-
-