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
getDelegate
FeatureWriter<T,F> getDelegate()
- Returns:
- The delegate writer.
Copyright © 1996-2010 Geotools. All Rights Reserved.