Interface DelegatingFeatureWriter<T extends FeatureType,​F extends Feature>

  • All Superinterfaces:
    AutoCloseable, Closeable, FeatureWriter<T,​F>
    All Known Subinterfaces:
    DelegatingSimpleFeatureWriter

    public interface DelegatingFeatureWriter<T extends FeatureType,​F extends Feature>
    extends FeatureWriter<T,​F>
    Interface for wrapping feature writers which delegate to another feature writer.
    Since:
    2.5
    Author:
    Justin Deoliveira, OpenGEO
    • Method Detail

      • getDelegate

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