Class StationDatasetCollection


  • public class StationDatasetCollection
    extends Object
    Deprecated.
    use ucar.nc2.ft.point
    A Collection of StationDatasets
    • Constructor Detail

      • StationDatasetCollection

        public StationDatasetCollection()
        Deprecated.
    • Method Detail

      • getStations

        public List getStations()
                         throws IOException
        Deprecated.
        Get all the Stations in the collection.
        Returns:
        List of Station
        Throws:
        IOException - I/O error
      • getStations

        public List getStations​(LatLonRect boundingBox)
                         throws IOException
        Deprecated.
        Get all the Stations within a bounding box.
        Parameters:
        boundingBox - within this bounding box
        Returns:
        List of Station
        Throws:
        IOException - I/O error
      • getStation

        public Station getStation​(String name)
        Deprecated.
        Find a Station by name
        Parameters:
        name - name of the Station
        Returns:
        Station with that name, or null if not found
      • getDataIterator

        public DataIterator getDataIterator​(Station s)
                                     throws IOException
        Deprecated.
        Get all data for this Station.
        Parameters:
        s - Station
        Returns:
        iterator over type getDataClass()
        Throws:
        IOException - I/O error
      • getDataIterator

        public DataIterator getDataIterator​(Station s,
                                            Date start,
                                            Date end)
                                     throws IOException
        Deprecated.
        Get data for this Station within the specified date range.
        Parameters:
        s - Station
        start - starting Date
        end - ending Date
        Returns:
        Iterator over type getDataClass()
        Throws:
        IOException - I/O error