ucar.nc2.thredds
Class DqcStationObsDataset.DqcObsImpl

java.lang.Object
  extended by ucar.nc2.dt.point.PointObsDatatypeImpl
      extended by ucar.nc2.dt.point.StationObsDatatypeImpl
          extended by ucar.nc2.thredds.DqcStationObsDataset.DqcObsImpl
All Implemented Interfaces:
Comparable, PointObsDatatype, StationObsDatatype
Enclosing class:
DqcStationObsDataset

public class DqcStationObsDataset.DqcObsImpl
extends StationObsDatatypeImpl


Field Summary
 
Fields inherited from class ucar.nc2.dt.point.StationObsDatatypeImpl
station
 
Fields inherited from class ucar.nc2.dt.point.PointObsDatatypeImpl
location, nomTime, obsTime
 
Method Summary
 StructureData getData()
          The actual data of the observation.
 Date getNominalTimeAsDate()
          Nominal time of the observation, as a Date.
 Date getObservationTimeAsDate()
          Actual time of the observation, as a Date.
 
Methods inherited from class ucar.nc2.dt.point.StationObsDatatypeImpl
getStation
 
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 ucar.nc2.dt.PointObsDatatype
getLocation, getNominalTime, getObservationTime
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

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.