Package ucar.nc2.dt
Interface StationObsDatatype
-
- All Superinterfaces:
Comparable,PointObsDatatype
- All Known Implementing Classes:
DapperDataset.SeqStationObs,RecordDatasetHelper.RecordStationObs,StationObsDatatypeImpl
public interface StationObsDatatype extends PointObsDatatype, Comparable
Deprecated.use ucar.nc2.ft.*A collection of observations at one time and at one station ( = named location)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ucar.unidata.geoloc.StationgetStation()Deprecated.Station location of the observation-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface ucar.nc2.dt.PointObsDatatype
getData, getLocation, getNominalTime, getNominalTimeAsDate, getObservationTime, getObservationTimeAsDate
-
-