Class MemoryFeatureReader

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()
      Release the underlying resources associated with this stream.
      SimpleFeatureType getFeatureType()
      Return the FeatureType this reader has been configured to create.
      boolean hasNext()
      Query whether this FeatureReader has another Feature.
      SimpleFeature next()
      Reads the next Feature in the FeatureReader.
      • Methods inherited from class Object

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