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