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.dataClasses in org.geotools.data that implement DelegatingFeatureReader Modifier and Type Class Description classFilteringFeatureReader<T extends FeatureType,F extends Feature>Basic support for a FeatureReaderthat does filtering. classMaxFeatureReader<T extends FeatureType,F extends Feature>Basic support for a FeatureReaderthat limits itself to the number of features passed in. classReTypeFeatureReaderSupports on the fly retyping of FeatureReadercontents. 
- 
Uses of DelegatingFeatureReader in org.geotools.data.crsClasses in org.geotools.data.crs that implement DelegatingFeatureReader Modifier and Type Class Description classReprojectFeatureReaderReprojectFeatureReader provides a reprojection for FeatureTypes.
- 
Uses of DelegatingFeatureReader in org.geotools.data.simpleClasses in org.geotools.data.simple that implement DelegatingFeatureReader Modifier and Type Class Description classFilteringSimpleFeatureReaderFilter simple reader content as it is being read.
- 
Uses of DelegatingFeatureReader in org.geotools.jdbcClasses in org.geotools.jdbc that implement DelegatingFeatureReader Modifier and Type Class Description classJDBCClosingFeatureReaderclassJDBCJoiningFilteringFeatureReaderFeature reader that wraps multiple feature readers in a joining / post filtered query.
 
-