|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.data.EmptyFeatureReader
Represents an Empty, Typed, FeatureReader.
Constructor Summary | |
EmptyFeatureReader(FeatureType featureType)
An Empty FeatureReader of the provided featureType . |
Method Summary | |
void |
close()
Cleans up after Empty FeatureReader. |
FeatureType |
getFeatureType()
Return the FeatureType this reader has been configured to create. |
boolean |
hasNext()
There is no next Feature. |
Feature |
next()
Throws NoSuchElementException as this is an Empty FeatureReader. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EmptyFeatureReader(FeatureType featureType)
featureType
.
featureType
- Method Detail |
public FeatureType getFeatureType()
FeatureReader
getFeatureType
in interface FeatureReader
FeatureReader.getFeatureType()
public Feature next() throws java.util.NoSuchElementException
next
in interface FeatureReader
java.util.NoSuchElementException
FeatureReader.next()
public boolean hasNext()
hasNext
in interface FeatureReader
false
FeatureReader.hasNext()
public void close()
close
in interface FeatureReader
FeatureReader.close()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |