Uses of Interface
org.geotools.data.DelegatingFeatureReader

Packages that use DelegatingFeatureReader
org.geotools.data Defines the DataStoreAPI via which all data is imported or exported. 
org.geotools.data.crs Provides support for the OGC Catalog Specification. 
org.geotools.data.simple   
org.geotools.jdbc   
 

Uses of DelegatingFeatureReader in org.geotools.data
 

Classes in org.geotools.data that implement DelegatingFeatureReader
 class FilteringFeatureReader<T extends FeatureType,F extends Feature>
          Basic support for a FeatureReader that does filtering.
 class MaxFeatureReader<T extends FeatureType,F extends Feature>
          Basic support for a FeatureReader that limits itself to the number of features passed in.
 class ReTypeFeatureReader
          Supports on the fly retyping of FeatureReader contents.
 

Uses of DelegatingFeatureReader in org.geotools.data.crs
 

Classes in org.geotools.data.crs that implement DelegatingFeatureReader
 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
 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
 class JDBCClosingFeatureReader
           
 class JDBCJoiningFilteringFeatureReader
          Feature reader that wraps multiple feature readers in a joining / post filtered query.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.