Class GPEWriterHandlerImplementor

java.lang.Object
org.gvsig.gpe.lib.impl.writer.GPEWriterHandlerImplementor
All Implemented Interfaces:
IGPEWriterHandlerImplementor

public abstract class GPEWriterHandlerImplementor extends Object implements IGPEWriterHandlerImplementor
This class is a common implementation for all the IGPEWriterHandlerImplementor. It creates a warning message in all its methods to report to the application that the writer handler doesn't support one operation. If the concrete writer supports it, it has to rewrite the method overriding the parent implementation.
Author:
Jorge Piera LLodrá (jorge.piera@iver.es), Carlos Sánchez Periñán (sanchez_carper@gva.es)