Package ucar.nc2.ft

Interface PointFeatureCCC

    • Method Detail

      • getCollectionIterator

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