Package ucar.nc2.ft

Interface TrajectoryFeatureCollection

    • Method Detail

      • hasNext

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

        TrajectoryFeature next()
                        throws IOException
        Deprecated.
        use foreach
        Use the internal iterator to get the next TrajectoryFeature in the iteration. You must call hasNext() before you call this.
        Returns:
        the next TrajectoryFeature 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 TrajectoryFeatures in this Collection.
        Throws:
        IOException - on read error