|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.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 FeatureReaderFeatureReader.getFeatureType()
public Feature next()
throws java.util.NoSuchElementException
next in interface FeatureReaderjava.util.NoSuchElementExceptionFeatureReader.next()public boolean hasNext()
hasNext in interface FeatureReaderfalseFeatureReader.hasNext()public void close()
close in interface FeatureReaderFeatureReader.close()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||