Uses of Class
org.geotools.data.complex.AbstractMappingFeatureIterator

Packages that use AbstractMappingFeatureIterator
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 AbstractMappingFeatureIterator in org.geotools.data.complex
 

Subclasses of AbstractMappingFeatureIterator in org.geotools.data.complex
 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 XmlMappingFeatureIterator
          An implementation of AbstractMappingFeatureIterator to handle XML datasources.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.