ucar.nc2.dt.point
Class StationObsDatatypeImpl
java.lang.Object
ucar.nc2.dt.point.PointObsDatatypeImpl
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
station
protected Station station
StationObsDatatypeImpl
public StationObsDatatypeImpl()
StationObsDatatypeImpl
public StationObsDatatypeImpl(Station station,
double obsTime,
double nomTime)
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.