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

All Superinterfaces:
FeatureWriter<T,F>

public interface DelegatingFeatureWriter<T extends org.opengis.feature.type.FeatureType,F extends org.opengis.feature.Feature>
extends FeatureWriter<T,F>

Interface for wrapping feature writers which delegate to another feature writer.

Since:
2.5
Author:
Justin Deoliveira, OpenGEO

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

Method Detail

getDelegate

FeatureWriter<T,F> getDelegate()
Returns:
The delegate writer.


Copyright © 1996-2010 Geotools. All Rights Reserved.