|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FeatureIterator | |
---|---|
org.geotools.data | Defines the DataStoreAPI via which all data is imported or exported. |
org.geotools.data.collection | |
org.geotools.data.crs | Provides support for the OGC Catalog Specification. |
org.geotools.data.gen | |
org.geotools.data.memory | |
org.geotools.data.store | |
org.geotools.feature | |
org.geotools.feature.collection | Helper classes for implementing FeatureCollections. |
org.geotools.gml.producer |
Uses of FeatureIterator in org.geotools.data |
---|
Methods in org.geotools.data with parameters of type FeatureIterator | |
---|---|
static FeatureCollection<SimpleFeatureType,SimpleFeature> |
DataUtilities.collection(FeatureIterator<SimpleFeature> reader)
Copies the provided reader into a FeatureCollection, reader will be closed. |
Uses of FeatureIterator in org.geotools.data.collection |
---|
Constructors in org.geotools.data.collection with parameters of type FeatureIterator | |
---|---|
DelegateFeatureReader(T featureType,
FeatureIterator<F> features)
|
Uses of FeatureIterator in org.geotools.data.crs |
---|
Fields in org.geotools.data.crs declared as FeatureIterator | |
---|---|
protected FeatureIterator<SimpleFeature> |
ForceCoordinateSystemIterator.reader
|
Constructors in org.geotools.data.crs with parameters of type FeatureIterator | |
---|---|
ForceCoordinateSystemIterator(FeatureIterator<SimpleFeature> reader,
SimpleFeatureType type,
CoordinateReferenceSystem cs)
Builds a new ForceCoordinateSystemFeatureReader |
|
ReprojectFeatureIterator(FeatureIterator<SimpleFeature> reader,
SimpleFeatureType schema,
MathTransform transform)
|
Uses of FeatureIterator in org.geotools.data.gen |
---|
Classes in org.geotools.data.gen that implement FeatureIterator | |
---|---|
class |
PreGeneralizedFeatureIterator
|
Fields in org.geotools.data.gen declared as FeatureIterator | |
---|---|
protected FeatureIterator<SimpleFeature> |
PreGeneralizedFeatureIterator.backendIterator
|
Methods in org.geotools.data.gen that return FeatureIterator | |
---|---|
FeatureIterator<SimpleFeature> |
PreGeneralizedFeatureCollection.features()
|
Methods in org.geotools.data.gen with parameters of type FeatureIterator | |
---|---|
void |
PreGeneralizedFeatureCollection.close(FeatureIterator<SimpleFeature> it)
|
Constructors in org.geotools.data.gen with parameters of type FeatureIterator | |
---|---|
PreGeneralizedFeatureIterator(FeatureIterator<SimpleFeature> backendIterator,
SimpleFeatureType featureTyp,
int[] indexMapping,
String geomPropertyName,
String backendGeomPropertyName)
|
Uses of FeatureIterator in org.geotools.data.memory |
---|
Methods in org.geotools.data.memory with parameters of type FeatureIterator | |
---|---|
void |
MemoryDataStore.addFeatures(FeatureIterator<SimpleFeature> reader)
Configures MemoryDataStore with FeatureReader. |
Constructors in org.geotools.data.memory with parameters of type FeatureIterator | |
---|---|
MemoryDataStore(FeatureIterator<SimpleFeature> reader)
|
Uses of FeatureIterator in org.geotools.data.store |
---|
Classes in org.geotools.data.store that implement FeatureIterator | |
---|---|
static class |
ContentFeatureCollection.WrappingFeatureIterator
|
class |
FilteringFeatureIterator
Decorates a FeatureIterator |
Fields in org.geotools.data.store declared as FeatureIterator | |
---|---|
protected FeatureIterator<SimpleFeature> |
FilteringFeatureIterator.delegate
delegate iterator |
Methods in org.geotools.data.store that return FeatureIterator | |
---|---|
FeatureIterator<SimpleFeature> |
ContentFeatureCollection.features()
|
FeatureIterator<F> |
MaxFeaturesFeatureCollection.features()
|
FeatureIterator<SimpleFeature> |
ReprojectingFeatureCollection.features()
|
FeatureIterator<SimpleFeature> |
DataFeatureCollection.features()
FeatureIterator |
FeatureIterator<F> |
FilteringFeatureCollection.features()
|
FeatureIterator<SimpleFeature> |
ReTypingFeatureCollection.features()
|
FeatureIterator<F> |
FeatureIteratorIterator.getDelegate()
|
Methods in org.geotools.data.store with parameters of type FeatureIterator | |
---|---|
void |
MaxFeaturesFeatureCollection.close(FeatureIterator<F> close)
|
void |
FilteringFeatureCollection.close(FeatureIterator<F> close)
|
void |
ContentFeatureCollection.close(FeatureIterator<SimpleFeature> iterator)
|
void |
ReprojectingFeatureCollection.close(FeatureIterator<SimpleFeature> close)
|
void |
DataFeatureCollection.close(FeatureIterator<SimpleFeature> iterator)
|
void |
ReTypingFeatureCollection.close(FeatureIterator<SimpleFeature> close)
|
Constructors in org.geotools.data.store with parameters of type FeatureIterator | |
---|---|
FeatureIteratorIterator(FeatureIterator<F> delegate)
Creates the new iterator. |
|
FilteringFeatureIterator(FeatureIterator<SimpleFeature> delegate,
Filter filter)
|
Uses of FeatureIterator in org.geotools.feature |
---|
Methods in org.geotools.feature that return FeatureIterator | |
---|---|
FeatureIterator<SimpleFeature> |
DefaultFeatureCollection.features()
Gets a FeatureIterator |
FeatureIterator<F> |
FeatureCollection.features()
Obtain a FeatureIterator |
Methods in org.geotools.feature with parameters of type FeatureIterator | |
---|---|
void |
FeatureCollection.close(FeatureIterator<F> close)
Clean up after any resources associated with this FeatureIterator in a manner similar to JDO collections. |
void |
DefaultFeatureCollection.close(FeatureIterator<SimpleFeature> close)
|
Uses of FeatureIterator in org.geotools.feature.collection |
---|
Classes in org.geotools.feature.collection that implement FeatureIterator | |
---|---|
class |
DelegateFeatureIterator<F extends Feature>
A feature iterator that completely delegates to a normal Iterator, simply allowing Java 1.4 code to escape the caste (sic) system. |
class |
FeatureIteratorImpl<F extends Feature>
A convenience class for dealing with FeatureCollection Iterators. |
Methods in org.geotools.feature.collection that return FeatureIterator | |
---|---|
FeatureIterator<SimpleFeature> |
AbstractFeatureCollection.features()
|
FeatureIterator<F> |
DecoratingFeatureCollection.features()
|
FeatureIterator<SimpleFeature> |
SubFeatureCollection.features()
|
FeatureIterator<SimpleFeature> |
AdaptorFeatureCollection.features()
|
Methods in org.geotools.feature.collection with parameters of type FeatureIterator | |
---|---|
void |
DecoratingFeatureCollection.close(FeatureIterator<F> close)
|
void |
AbstractFeatureCollection.close(FeatureIterator<SimpleFeature> close)
|
void |
SubFeatureCollection.close(FeatureIterator<SimpleFeature> close)
|
void |
AdaptorFeatureCollection.close(FeatureIterator<SimpleFeature> close)
|
void |
AdaptorFeatureCollection.closeIterator(FeatureIterator<SimpleFeature> close)
|
Uses of FeatureIterator in org.geotools.gml.producer |
---|
Methods in org.geotools.gml.producer with parameters of type FeatureIterator | |
---|---|
void |
FeatureTransformer.FeatureTranslator.handleFeatureIterator(FeatureIterator<SimpleFeature> iterator)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |