Package ucar.nc2.ft

Interface PointFeatureCollectionIterator

    • Method Detail

      • close

        default void close()
        Make sure that the iterator is complete, and recover resources. You must complete the iteration (until hasNext() returns false) or call close(). may be called more than once.
        Specified by:
        close in interface AutoCloseable
        Specified by:
        close in interface Closeable
      • finish

        default void finish()
        Deprecated.
        use try-with-resource