Class ClippingFeatureIterator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()
      Closes this iterator and releases any system resources associated with it.
      boolean hasNext()
      Does another Feature exist in this Iteration.
      SimpleFeature next()
      Get the next Feature in this iteration.
      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait