Package ucar.nc2.ft

Interface TrajectoryProfileFeatureCollection

    • Method Detail

      • hasNext

        boolean hasNext()
                 throws IOException
        Deprecated.
        use foreach
        Use the internal iterator to check if there is another SectionFeature in the iteration.
        Returns:
        true is there is another SectionFeature in the iteration.
        Throws:
        IOException - on read error
      • next

        TrajectoryProfileFeature next()
                               throws IOException
        Deprecated.
        use foreach
        Use the internal iterator to get the next SectionFeature in the iteration. You must call hasNext() before you call this.
        Returns:
        the next SectionFeature in the iteration
        Throws:
        IOException - on read error
      • resetIteration

        void resetIteration()
                     throws IOException
        Deprecated.
        use foreach
        Reset the internal iterator for another iteration over the SectionFeatures in this Collection.
        Throws:
        IOException - on read error