Class EmptyFeatureReader<T extends FeatureType,F extends Feature>

Object
EmptyFeatureReader<T,F>
All Implemented Interfaces:
Closeable, AutoCloseable, FeatureReader<T,F>
Direct Known Subclasses:
EmptySimpleFeatureReader

public class EmptyFeatureReader<T extends FeatureType,F extends Feature> extends Object implements FeatureReader<T,F>
Represents an Empty, Typed, FeatureReader.
Author:
Jody Garnett, Refractions Research
  • Constructor Summary

    Constructors
    Constructor
    Description
    EmptyFeatureReader(T featureType)
    An Empty FeatureReader<SimpleFeatureType, SimpleFeature> of the provided featureType .
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Cleans up after Empty FeatureReader.
    Return the FeatureType this reader has been configured to create.
    boolean
    There is no next Feature.
    Throws NoSuchElementException as this is an Empty FeatureReader.

    Methods inherited from class Object

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