Uses of Interface
org.geotools.data.complex.IMappingFeatureIterator

Packages that use IMappingFeatureIterator
org.geotools.data.complex This package contains the implementation of a ComplexDataStore, Author note: though this "Complex" datastore has born to provide complex features out of a simple features data source, it may be better called a DerivativeDataStore or something like that, you'll see why later. 
 

Uses of IMappingFeatureIterator in org.geotools.data.complex
 

Classes in org.geotools.data.complex that implement IMappingFeatureIterator
 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 MappingAttributeIterator
          A Feature iterator that operates over the FeatureSource of a FeatureTypeMapping that is of a simple content type, e.g.
 class PostFilteringMappingFeatureIterator
          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 IMappingFeatureIterator
static IMappingFeatureIterator MappingFeatureIteratorFactory.getInstance(AppSchemaDataAccess store, FeatureTypeMapping mapping, Query query, Filter unrolledFilter)
           
 



Copyright © 1996-2014 Geotools. All Rights Reserved.