Uses of Interface
org.geotools.api.data.DelegatingFeatureReader
Packages that use DelegatingFeatureReader
Package
Description
-
Uses of DelegatingFeatureReader in org.geotools.data
Classes in org.geotools.data that implement DelegatingFeatureReaderModifier and TypeClassDescriptionclassFilteringFeatureReader<T extends FeatureType,F extends Feature> Basic support for a FeatureReader<SimpleFeatureType, SimpleFeature> that does filtering.classMaxFeatureReader<T extends FeatureType,F extends Feature> Basic support for a FeatureReader<SimpleFeatureType, SimpleFeature> that limits itself to the number of features passed in.classSupports on the fly retyping of FeatureReader<SimpleFeatureType, SimpleFeature> contents. -
Uses of DelegatingFeatureReader in org.geotools.data.crs
Classes in org.geotools.data.crs that implement DelegatingFeatureReaderModifier and TypeClassDescriptionclassReprojectFeatureReader provides a reprojection for FeatureTypes. -
Uses of DelegatingFeatureReader in org.geotools.data.simple
Classes in org.geotools.data.simple that implement DelegatingFeatureReaderModifier and TypeClassDescriptionclassFilter simple reader content as it is being read. -
Uses of DelegatingFeatureReader in org.geotools.jdbc
Classes in org.geotools.jdbc that implement DelegatingFeatureReaderModifier and TypeClassDescriptionclassclassFeature reader that wraps multiple feature readers in a joining / post filtered query.