Package ucar.nc2.dt
Interface StationObsDataset
-
- All Superinterfaces:
AutoCloseable,Closeable,PointCollection,PointObsDataset,StationCollection,TypedDataset
- All Known Implementing Classes:
CFstationObsDataset,MadisStationObsDataset,NdbcDataset,OldUnidataStationObsDataset,SequenceObsDataset,StationObsDatasetImpl,UnidataStationObsDataset,UnidataStationObsDataset2,UnidataStationObsMultidimDataset
public interface StationObsDataset extends PointObsDataset, StationCollection, Closeable
Deprecated.use ucar.nc2.ft.*A collection of Stations with StationObsDatatype data. All getData() methods return List of StationObsDatatype.
-
-
Method Summary
-
Methods inherited from interface ucar.nc2.dt.PointCollection
getData, getData, getData, getData, getData, getData, getDataClass, getDataCount, getDataIterator, getTimeUnits
-
Methods inherited from interface ucar.nc2.dt.StationCollection
getData, getData, getData, getData, getData, getData, getData, getData, getDataIterator, getDataIterator, getStation, getStationDataCount, getStations, getStations, getStations, getStations
-
Methods inherited from interface ucar.nc2.dt.TypedDataset
close, findGlobalAttributeIgnoreCase, getBoundingBox, getDataVariable, getDataVariables, getDescription, getDetailInfo, getEndDate, getGlobalAttributes, getLocationURI, getNetcdfFile, getStartDate, getTitle
-
-