Class StationDatasetHelper


  • public class StationDatasetHelper
    extends Object
    Deprecated.
    use ucar.nc2.ft.point
    Helper 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 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