ucar.nc2.dt.point
Class StationObsDatatypeImpl

java.lang.Object
  extended by ucar.nc2.dt.point.PointObsDatatypeImpl
      extended by ucar.nc2.dt.point.StationObsDatatypeImpl
All Implemented Interfaces:
Comparable, PointObsDatatype, StationObsDatatype
Direct Known Subclasses:
DapperDataset.SeqStationObs, DqcStationObsDataset.DqcObsImpl

public abstract class StationObsDatatypeImpl
extends PointObsDatatypeImpl
implements StationObsDatatype

Abstract superclass for implemenation of StationObsDatatype. Concrete subclass must implement getData();

Author:
caron

Field Summary
protected  Station station
           
 
Fields inherited from class ucar.nc2.dt.point.PointObsDatatypeImpl
location, nomTime, obsTime
 
Constructor Summary
StationObsDatatypeImpl()
           
StationObsDatatypeImpl(Station station, double obsTime, double nomTime)
           
 
Method Summary
 Station getStation()
          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 ucar.nc2.dt.PointObsDatatype
getData, getLocation, getNominalTime, getNominalTimeAsDate, getObservationTime, getObservationTimeAsDate
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

station

protected Station station
Constructor Detail

StationObsDatatypeImpl

public StationObsDatatypeImpl()

StationObsDatatypeImpl

public StationObsDatatypeImpl(Station station,
                              double obsTime,
                              double nomTime)
Method Detail

getStation

public Station getStation()
Description copied from interface: StationObsDatatype
Station location of the observation

Specified by:
getStation in interface StationObsDatatype
Returns:
Station location of the observation


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.