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 Station
getStation()
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
-
-
-
-
Method Detail
-
getStation
Station getStation()
Deprecated.Station location of the observation- Returns:
- Station location of the observation
-
-