Package ucar.nc2.ft

Interface PointFeatureCC

    • Method Detail

      • getCollectionIterator

        IOIterator<PointFeatureCollection> getCollectionIterator()
                                                          throws IOException
        General way to handle iterations on all classes that implement this interface. Generally, one uses class specific foreach
        Returns:
        Iterator over PointFeatureCollection which may throw an IOException
        Throws:
        IOException