|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FeatureIterator | |
org.geotools.data.collection | |
org.geotools.data.store | |
org.geotools.feature | |
org.geotools.feature.collection | Helper classes for implementing FeatureCollections. |
Uses of FeatureIterator in org.geotools.data.collection |
Constructors in org.geotools.data.collection with parameters of type FeatureIterator | |
DelegateFeatureReader(FeatureType featureType,
FeatureIterator features)
|
Uses of FeatureIterator in org.geotools.data.store |
Methods in org.geotools.data.store that return FeatureIterator | |
FeatureIterator |
DataFeatureCollection.features()
FeatureIterator is entirely based on iterator(). |
Methods in org.geotools.data.store with parameters of type FeatureIterator | |
void |
DataFeatureCollection.close(FeatureIterator iterator)
|
Uses of FeatureIterator in org.geotools.feature |
Methods in org.geotools.feature that return FeatureIterator | |
FeatureIterator |
AbstractFeatureCollection.features()
Deprecated. Default implementation based on DelegateFeatureIterator |
FeatureIterator |
DefaultFeatureCollection.features()
Gets a FeatureIterator of this feature collection. |
FeatureIterator |
FeatureCollection.features()
Obtain a FeatureIterator of the Features within this collection. |
Methods in org.geotools.feature with parameters of type FeatureIterator | |
void |
AbstractFeatureCollection.close(FeatureIterator close)
Deprecated. will close() the provided FeatureIterator |
void |
DefaultFeatureCollection.close(FeatureIterator close)
|
void |
FeatureCollection.close(FeatureIterator close)
Clean up any resources assocaited with this iterator in a manner similar to JDO collections. |
Uses of FeatureIterator in org.geotools.feature.collection |
Classes in org.geotools.feature.collection that implement FeatureIterator | |
class |
DelegateFeatureIterator
A feature iterator that completely delegates to a normal Iterator, simply allowing Java 1.4 code to escape the caste (sic) system. |
class |
FeatureIteratorImpl
A convenience class for dealing with FeatureCollection Iterators. |
Methods in org.geotools.feature.collection that return FeatureIterator | |
FeatureIterator |
AbstractFeatureList.features()
|
FeatureIterator |
AbstractFeatureCollection.features()
|
FeatureIterator |
SubFeatureCollection.features()
|
Methods in org.geotools.feature.collection with parameters of type FeatureIterator | |
void |
AbstractFeatureList.close(FeatureIterator close)
|
void |
AbstractFeatureCollection.close(FeatureIterator close)
|
void |
AbstractFeatureCollection.closeIterator(FeatureIterator close)
|
void |
SubFeatureCollection.close(FeatureIterator close)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |