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.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.jdbc
 

Classes in org.geotools.jdbc that implement DelegatingFeatureReader
 class JDBCClosingFeatureReader
           
 



Copyright © 1996-2009 Geotools. All Rights Reserved.