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 TypeClassDescriptionclass
FilteringFeatureReader<T extends FeatureType,
F extends Feature> Basic support for a FeatureReader<SimpleFeatureType, SimpleFeature> that does filtering.class
MaxFeatureReader<T extends FeatureType,
F extends Feature> Basic support for a FeatureReader<SimpleFeatureType, SimpleFeature> that limits itself to the number of features passed in.class
Supports 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 TypeClassDescriptionclass
ReprojectFeatureReader provides a reprojection for FeatureTypes. -
Uses of DelegatingFeatureReader in org.geotools.data.simple
Classes in org.geotools.data.simple that implement DelegatingFeatureReaderModifier and TypeClassDescriptionclass
Filter simple reader content as it is being read. -
Uses of DelegatingFeatureReader in org.geotools.jdbc
Classes in org.geotools.jdbc that implement DelegatingFeatureReaderModifier and TypeClassDescriptionclass
class
Feature reader that wraps multiple feature readers in a joining / post filtered query.