Uses of Interface
org.geotools.feature.FeatureIterator

Packages that use FeatureIterator
org.geotools.caching.grid.featurecache.readers   
org.geotools.data Defines the DataStoreAPI via which all data is imported or exported. 
org.geotools.data.collection   
org.geotools.data.complex This package contains the implementation of a ComplexDataStore
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.caching.grid.featurecache.readers
 

Methods in org.geotools.caching.grid.featurecache.readers that return FeatureIterator
 FeatureIterator<org.opengis.feature.simple.SimpleFeature> GridCachingFeatureCollection.features()
           
 

Methods in org.geotools.caching.grid.featurecache.readers with parameters of type FeatureIterator
 void GridCachingFeatureCollection.close(FeatureIterator<org.opengis.feature.simple.SimpleFeature> close)
          Closes the feature iterator
 

Uses of FeatureIterator in org.geotools.data
 

Classes in org.geotools.data that implement FeatureIterator
 class SampleDataAccessFeatureIterator
          Decorator for Iterator<Feature> to provide a FeatureIterator<Feature> that adds a close method that does nothing.
 

Methods in org.geotools.data that return FeatureIterator
 FeatureIterator<org.opengis.feature.Feature> SampleDataAccessFeatureCollection.features()
          Get an iterator over the features.
 

Methods in org.geotools.data with parameters of type FeatureIterator
 void SampleDataAccessFeatureCollection.close(FeatureIterator<org.opengis.feature.Feature> close)
          Nothing to close.
static FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> DataUtilities.collection(FeatureIterator<org.opengis.feature.simple.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.complex
 

Subinterfaces of FeatureIterator in org.geotools.data.complex
 interface IMappingFeatureIterator
           
 

Classes in org.geotools.data.complex that implement FeatureIterator
 class AbstractMappingFeatureIterator
          Base class for several MappingFeatureImplementation's.
 class DataAccessMappingFeatureIterator
          A Feature iterator that operates over the FeatureSource of a FeatureTypeMapping and produces Features of the output schema by applying the mapping rules to the Features of the source schema.
 class FilteringMappingFeatureIterator
          An extension to DataAccessMappingFeatureIterator where filter is present.
 class XmlMappingFeatureIterator
          An implementation of AbstractMappingFeatureIterator to handle XML datasources.
 

Methods in org.geotools.data.complex that return FeatureIterator
 FeatureIterator<org.opengis.feature.Feature> MappingFeatureCollection.features()
           
 

Methods in org.geotools.data.complex with parameters of type FeatureIterator
 void MappingFeatureCollection.close(FeatureIterator<org.opengis.feature.Feature> close)
           
 

Uses of FeatureIterator in org.geotools.data.crs
 

Fields in org.geotools.data.crs declared as FeatureIterator
protected  FeatureIterator<org.opengis.feature.simple.SimpleFeature> ForceCoordinateSystemIterator.reader
           
 

Constructors in org.geotools.data.crs with parameters of type FeatureIterator
ForceCoordinateSystemIterator(FeatureIterator<org.opengis.feature.simple.SimpleFeature> reader, org.opengis.feature.simple.SimpleFeatureType type, org.opengis.referencing.crs.CoordinateReferenceSystem cs)
          Builds a new ForceCoordinateSystemFeatureReader
ReprojectFeatureIterator(FeatureIterator<org.opengis.feature.simple.SimpleFeature> reader, org.opengis.feature.simple.SimpleFeatureType schema, org.opengis.referencing.operation.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<org.opengis.feature.simple.SimpleFeature> PreGeneralizedFeatureIterator.backendIterator
           
 

Methods in org.geotools.data.gen that return FeatureIterator
 FeatureIterator<org.opengis.feature.simple.SimpleFeature> PreGeneralizedFeatureCollection.features()
           
 

Methods in org.geotools.data.gen with parameters of type FeatureIterator
 void PreGeneralizedFeatureCollection.close(FeatureIterator<org.opengis.feature.simple.SimpleFeature> it)
           
 

Constructors in org.geotools.data.gen with parameters of type FeatureIterator
PreGeneralizedFeatureIterator(FeatureIterator<org.opengis.feature.simple.SimpleFeature> backendIterator, org.opengis.feature.simple.SimpleFeatureType featureTyp, int[] indexMapping, java.lang.String geomPropertyName, java.lang.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<org.opengis.feature.simple.SimpleFeature> reader)
          Configures MemoryDataStore with FeatureReader.
 

Constructors in org.geotools.data.memory with parameters of type FeatureIterator
MemoryDataStore(FeatureIterator<org.opengis.feature.simple.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 with one that filters content.
 

Fields in org.geotools.data.store declared as FeatureIterator
protected  FeatureIterator<org.opengis.feature.simple.SimpleFeature> FilteringFeatureIterator.delegate
          delegate iterator
 

Methods in org.geotools.data.store that return FeatureIterator
 FeatureIterator<org.opengis.feature.simple.SimpleFeature> ContentFeatureCollection.features()
           
 FeatureIterator<org.opengis.feature.simple.SimpleFeature> DataFeatureCollection.features()
          FeatureIterator is entirely based on iterator().
 FeatureIterator<org.opengis.feature.simple.SimpleFeature> ReprojectingFeatureCollection.features()
           
 FeatureIterator<F> FilteringFeatureCollection.features()
           
 FeatureIterator<org.opengis.feature.simple.SimpleFeature> ReTypingFeatureCollection.features()
           
 FeatureIterator<F> MaxFeaturesFeatureCollection.features()
           
 FeatureIterator<F> FeatureIteratorIterator.getDelegate()
           
 

Methods in org.geotools.data.store with parameters of type FeatureIterator
 void FilteringFeatureCollection.close(FeatureIterator<F> close)
           
 void MaxFeaturesFeatureCollection.close(FeatureIterator<F> close)
           
 void ContentFeatureCollection.close(FeatureIterator<org.opengis.feature.simple.SimpleFeature> iterator)
           
 void DataFeatureCollection.close(FeatureIterator<org.opengis.feature.simple.SimpleFeature> iterator)
           
 void ReprojectingFeatureCollection.close(FeatureIterator<org.opengis.feature.simple.SimpleFeature> close)
           
 void ReTypingFeatureCollection.close(FeatureIterator<org.opengis.feature.simple.SimpleFeature> close)
           
 

Constructors in org.geotools.data.store with parameters of type FeatureIterator
FeatureIteratorIterator(FeatureIterator<F> delegate)
          Creates the new iterator.
FilteringFeatureIterator(FeatureIterator<org.opengis.feature.simple.SimpleFeature> delegate, org.opengis.filter.Filter filter)
           
 

Uses of FeatureIterator in org.geotools.feature
 

Methods in org.geotools.feature that return FeatureIterator
 FeatureIterator<org.opengis.feature.simple.SimpleFeature> DefaultFeatureCollection.features()
          Gets a FeatureIterator of this feature collection.
 FeatureIterator<F> FeatureCollection.features()
          Obtain a FeatureIterator of the Features within this collection.
 

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<org.opengis.feature.simple.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<org.opengis.feature.simple.SimpleFeature> AbstractFeatureCollection.features()
           
 FeatureIterator<org.opengis.feature.simple.SimpleFeature> SubFeatureCollection.features()
           
 FeatureIterator<F> DecoratingFeatureCollection.features()
           
 FeatureIterator<org.opengis.feature.simple.SimpleFeature> AdaptorFeatureCollection.features()
           
 

Methods in org.geotools.feature.collection with parameters of type FeatureIterator
 void DecoratingFeatureCollection.close(FeatureIterator<F> close)
           
 void AbstractFeatureCollection.close(FeatureIterator<org.opengis.feature.simple.SimpleFeature> close)
           
 void SubFeatureCollection.close(FeatureIterator<org.opengis.feature.simple.SimpleFeature> close)
           
 void AdaptorFeatureCollection.close(FeatureIterator<org.opengis.feature.simple.SimpleFeature> close)
           
 void AdaptorFeatureCollection.closeIterator(FeatureIterator<org.opengis.feature.simple.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<org.opengis.feature.simple.SimpleFeature> iterator)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.