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

Packages that use IMappingFeatureIterator
org.geotools.data.complex This package contains the implementation of a ComplexDataStore
 

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 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)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.