Class EmptyFeatureReader<T extends FeatureType,​F extends Feature>

    • Constructor Summary

      Constructors 
      Constructor Description
      EmptyFeatureReader​(T featureType)
      An Empty FeatureReader of the provided featureType .
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()
      Cleans up after Empty FeatureReader.
      T getFeatureType()
      Return the FeatureType this reader has been configured to create.
      boolean hasNext()
      There is no next Feature.
      F next()
      Throws NoSuchElementException as this is an Empty FeatureReader.
      • Methods inherited from class Object

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