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 ucar.unidata.geoloc.LatLonRectgetBoundingBox()Deprecated.ucar.unidata.geoloc.StationgetStation(String name)Deprecated.ListgetStationObs(List<ucar.unidata.geoloc.Station> stations, double startTime, double endTime, ucar.nc2.util.CancelTask cancel)Deprecated.ListgetStationObs(List<ucar.unidata.geoloc.Station> stations, ucar.nc2.util.CancelTask cancel)Deprecated.ListgetStationObs(ucar.unidata.geoloc.LatLonRect boundingBox, double startTime, double endTime, ucar.nc2.util.CancelTask cancel)Deprecated.ListgetStationObs(ucar.unidata.geoloc.LatLonRect boundingBox, ucar.nc2.util.CancelTask cancel)Deprecated.ListgetStationObs(ucar.unidata.geoloc.Station s, double startTime, double endTime, ucar.nc2.util.CancelTask cancel)Deprecated.List<ucar.unidata.geoloc.Station>getStations(ucar.unidata.geoloc.LatLonRect boundingBox, ucar.nc2.util.CancelTask cancel)Deprecated.voidsortByTime(List<StationObsDatatype> stationObs)Deprecated.
-
-
-
Constructor Detail
-
StationDatasetHelper
public StationDatasetHelper(StationObsDataset obsDataset)
Deprecated.
-
-
Method Detail
-
getBoundingBox
public ucar.unidata.geoloc.LatLonRect getBoundingBox()
Deprecated.
-
getStations
public List<ucar.unidata.geoloc.Station> getStations(ucar.unidata.geoloc.LatLonRect boundingBox, ucar.nc2.util.CancelTask cancel) throws IOException
Deprecated.- Throws:
IOException
-
getStation
public ucar.unidata.geoloc.Station getStation(String name)
Deprecated.
-
getStationObs
public List getStationObs(ucar.unidata.geoloc.Station s, double startTime, double endTime, ucar.nc2.util.CancelTask cancel) throws IOException
Deprecated.- Throws:
IOException
-
getStationObs
public List getStationObs(List<ucar.unidata.geoloc.Station> stations, ucar.nc2.util.CancelTask cancel) throws IOException
Deprecated.- Throws:
IOException
-
getStationObs
public List getStationObs(List<ucar.unidata.geoloc.Station> stations, double startTime, double endTime, ucar.nc2.util.CancelTask cancel) throws IOException
Deprecated.- Throws:
IOException
-
getStationObs
public List getStationObs(ucar.unidata.geoloc.LatLonRect boundingBox, ucar.nc2.util.CancelTask cancel) throws IOException
Deprecated.- Throws:
IOException
-
getStationObs
public List getStationObs(ucar.unidata.geoloc.LatLonRect boundingBox, double startTime, double endTime, ucar.nc2.util.CancelTask cancel) throws IOException
Deprecated.- Throws:
IOException
-
sortByTime
public void sortByTime(List<StationObsDatatype> stationObs)
Deprecated.
-
-