|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.data.store.ContentFeatureCollection.WrappingFeatureIterator
public static class ContentFeatureCollection.WrappingFeatureIterator
Constructor Summary | |
---|---|
ContentFeatureCollection.WrappingFeatureIterator(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> delegate)
|
Method Summary | |
---|---|
void |
close()
Required so FeatureCollection |
boolean |
hasNext()
Does another Feature exist in this Iteration. |
org.opengis.feature.simple.SimpleFeature |
next()
Get the next Feature in this iteration. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContentFeatureCollection.WrappingFeatureIterator(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> delegate)
Method Detail |
---|
public boolean hasNext()
FeatureIterator
Iterator defin: Returns true if the iteration has more elements. (In other words, returns true if next would return an element rather than throwing an exception.)
hasNext
in interface FeatureIterator<org.opengis.feature.simple.SimpleFeature>
public org.opengis.feature.simple.SimpleFeature next() throws java.util.NoSuchElementException
FeatureIterator
next
in interface FeatureIterator<org.opengis.feature.simple.SimpleFeature>
java.util.NoSuchElementException
- If no more Features exist.public void close()
FeatureIterator
close
in interface FeatureIterator<org.opengis.feature.simple.SimpleFeature>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |