Class AbstractFeatureStoreTransform

java.lang.Object
org.gvsig.fmap.dal.feature.AbstractFeatureStoreTransform
All Implemented Interfaces:
Cloneable, FeatureStoreTransform, org.gvsig.tools.lang.Cloneable, org.gvsig.tools.persistence.Persistent

public abstract class AbstractFeatureStoreTransform extends Object implements FeatureStoreTransform
Abstract feature store transform intended for giving a partial default implementation of the FeatureStoreTransform interface to other transform implementations. It is recommended to extend this class when implementing new FeatureStoreTransforms. The FeatureType of this class is not persistent: it has to be generated by the child implementations of this abstract class when they are created using the persistence mechanism.
Version:
$Id$
Author:
gvSIG team