Uses of Interface
org.geotools.api.data.DelegatingFeatureReader
-
Packages that use DelegatingFeatureReader Package Description org.geotools.data org.geotools.data.crs org.geotools.data.simple org.geotools.jdbc -
-
Uses of DelegatingFeatureReader in org.geotools.data
Classes in org.geotools.data that implement DelegatingFeatureReader Modifier and Type Class Description class
FilteringFeatureReader<T extends FeatureType,F extends Feature>
Basic support for a FeatureReaderthat does filtering. class
MaxFeatureReader<T extends FeatureType,F extends Feature>
Basic support for a FeatureReaderthat limits itself to the number of features passed in. class
ReTypeFeatureReader
Supports on the fly retyping of FeatureReadercontents. -
Uses of DelegatingFeatureReader in org.geotools.data.crs
Classes in org.geotools.data.crs that implement DelegatingFeatureReader Modifier and Type Class Description class
ReprojectFeatureReader
ReprojectFeatureReader provides a reprojection for FeatureTypes. -
Uses of DelegatingFeatureReader in org.geotools.data.simple
Classes in org.geotools.data.simple that implement DelegatingFeatureReader Modifier and Type Class Description class
FilteringSimpleFeatureReader
Filter simple reader content as it is being read. -
Uses of DelegatingFeatureReader in org.geotools.jdbc
Classes in org.geotools.jdbc that implement DelegatingFeatureReader Modifier and Type Class Description class
JDBCClosingFeatureReader
class
JDBCJoiningFilteringFeatureReader
Feature reader that wraps multiple feature readers in a joining / post filtered query.
-