|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectEmptyFeatureReader<T,F>
public class EmptyFeatureReader<T extends FeatureType,F extends Feature>
Represents an Empty, Typed, FeatureReader.
Constructor Summary | |
---|---|
EmptyFeatureReader(T featureType)
An Empty FeatureReader featureType . |
Method Summary | |
---|---|
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 |
Constructor Detail |
---|
public EmptyFeatureReader(T featureType)
featureType
.
featureType
- Method Detail |
---|
public T getFeatureType()
FeatureReader
getFeatureType
in interface FeatureReader<T extends FeatureType,F extends Feature>
FeatureReader.getFeatureType()
public F next() throws NoSuchElementException
next
in interface FeatureReader<T extends FeatureType,F extends Feature>
NoSuchElementException
FeatureReader.next()
public boolean hasNext()
hasNext
in interface FeatureReader<T extends FeatureType,F extends Feature>
false
FeatureReader.hasNext()
public void close()
close
in interface FeatureReader<T extends FeatureType,F extends Feature>
FeatureReader.close()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |