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