org.geotools.data
Interface DelegatingFeatureReader<T extends org.opengis.feature.type.FeatureType,F extends org.opengis.feature.Feature>

All Superinterfaces:
FeatureReader<T,F>
All Known Implementing Classes:
FilteringFeatureReader, JDBCClosingFeatureReader, MaxFeatureReader, ReprojectFeatureReader, ReTypeFeatureReader

public interface DelegatingFeatureReader<T extends org.opengis.feature.type.FeatureType,F extends org.opengis.feature.Feature>
extends FeatureReader<T,F>

Interface for wrapping feature readers which delegate to another feature reader.

Since:
2.5
Author:
Justin Deoliveira, OpenGEO

Method Summary
 FeatureReader<T,F> getDelegate()
           
 
Methods inherited from interface org.geotools.data.FeatureReader
close, getFeatureType, hasNext, next
 

Method Detail

getDelegate

FeatureReader<T,F> getDelegate()
Returns:
The delegate feature reader.


Copyright © 1996-2010 Geotools. All Rights Reserved.