Package ucar.nc2.dt.point
Class StationDatasetHelper
- java.lang.Object
-
- ucar.nc2.dt.point.StationDatasetHelper
-
public class StationDatasetHelper extends Object
Deprecated.use ucar.nc2.ft.pointHelper class for StationObsDataset. StationObsDataset must implement: getStations() getData( Station s) This assumes that calling getData( Station s) is relatively cheap, ie that theres no cheaper filtering to do.
-
-
Constructor Summary
Constructors Constructor Description StationDatasetHelper(StationObsDataset obsDataset)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description LatLonRect
getBoundingBox()
Deprecated.Station
getStation(String name)
Deprecated.List
getStationObs(List<Station> stations, double startTime, double endTime, CancelTask cancel)
Deprecated.List
getStationObs(List<Station> stations, CancelTask cancel)
Deprecated.List
getStationObs(LatLonRect boundingBox, double startTime, double endTime, CancelTask cancel)
Deprecated.List
getStationObs(LatLonRect boundingBox, CancelTask cancel)
Deprecated.List
getStationObs(Station s, double startTime, double endTime, CancelTask cancel)
Deprecated.List<Station>
getStations(LatLonRect boundingBox, CancelTask cancel)
Deprecated.void
sortByTime(List<StationObsDatatype> stationObs)
Deprecated.
-
-
-
Constructor Detail
-
StationDatasetHelper
public StationDatasetHelper(StationObsDataset obsDataset)
Deprecated.
-
-
Method Detail
-
getBoundingBox
public LatLonRect getBoundingBox()
Deprecated.
-
getStations
public List<Station> getStations(LatLonRect boundingBox, CancelTask cancel) throws IOException
Deprecated.- Throws:
IOException
-
getStationObs
public List getStationObs(Station s, double startTime, double endTime, CancelTask cancel) throws IOException
Deprecated.- Throws:
IOException
-
getStationObs
public List getStationObs(List<Station> stations, CancelTask cancel) throws IOException
Deprecated.- Throws:
IOException
-
getStationObs
public List getStationObs(List<Station> stations, double startTime, double endTime, CancelTask cancel) throws IOException
Deprecated.- Throws:
IOException
-
getStationObs
public List getStationObs(LatLonRect boundingBox, CancelTask cancel) throws IOException
Deprecated.- Throws:
IOException
-
getStationObs
public List getStationObs(LatLonRect boundingBox, double startTime, double endTime, CancelTask cancel) throws IOException
Deprecated.- Throws:
IOException
-
sortByTime
public void sortByTime(List<StationObsDatatype> stationObs)
Deprecated.
-
-