ucar.nc2.thredds
Class DqcStationObsDataset.DqcObsImpl
java.lang.Object
ucar.nc2.dt.point.PointObsDatatypeImpl
ucar.nc2.dt.point.StationObsDatatypeImpl
ucar.nc2.thredds.DqcStationObsDataset.DqcObsImpl
- All Implemented Interfaces:
- Comparable, PointObsDatatype, StationObsDatatype
- Enclosing class:
- DqcStationObsDataset
public class DqcStationObsDataset.DqcObsImpl
- extends StationObsDatatypeImpl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getData
public StructureData getData()
throws IOException
- Description copied from interface:
PointObsDatatype
- The actual data of the observation.
- Returns:
- the actual data of the observation.
- Throws:
IOException
- on io error
getNominalTimeAsDate
public Date getNominalTimeAsDate()
- Description copied from interface:
PointObsDatatype
- Nominal time of the observation, as a Date.
- Returns:
- nominal time of the observation as a Date
getObservationTimeAsDate
public Date getObservationTimeAsDate()
- Description copied from interface:
PointObsDatatype
- Actual time of the observation, as a Date.
- Returns:
- actual time of the observation as a Date
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.