Uses of Class
org.geotools.data.complex.AbstractMappingFeatureIterator
- 
Packages that use AbstractMappingFeatureIterator Package Description org.geotools.data.complex This package contains the implementation of a ComplexDataStore,
- 
- 
Uses of AbstractMappingFeatureIterator in org.geotools.data.complexSubclasses of AbstractMappingFeatureIterator in org.geotools.data.complex Modifier and Type Class Description classDataAccessMappingFeatureIteratorA 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.classMappingAttributeIteratorA Feature iterator that operates over the FeatureSource of a FeatureTypeMapping that is of a simple content type, e.g. representing a gml:name element.classXmlMappingFeatureIteratorAn implementation of AbstractMappingFeatureIterator to handle XML datasources.
 
-