org.geotools.data
Interface DelegatingFeatureReader<T extends FeatureType,F extends Feature>
- All Superinterfaces:
- FeatureReader<T,F>
- All Known Implementing Classes:
- FilteringFeatureReader, MaxFeatureReader, ReprojectFeatureReader, ReTypeFeatureReader
public interface DelegatingFeatureReader<T extends FeatureType,F extends Feature>
- extends FeatureReader<T,F>
Interface for wrapping feature readers which delegate to another feature reader.
- Since:
- 2.5
- Author:
- Justin Deoliveira, OpenGEO
getDelegate
FeatureReader<T,F> getDelegate()
- Returns:
- The delegate feature reader.
Copyright © 1996-2009 Geotools. All Rights Reserved.