Interface EditingService

All Superinterfaces:
org.gvsig.tools.observer.Observable, org.gvsig.tools.service.Service

public interface EditingService extends org.gvsig.tools.service.Service, org.gvsig.tools.observer.Observable
This service is used to interact with Editing providers. Each instance of this has linked an Editing provider. At this moment services delegate all functionality to providers. To get an instance of this use
invalid reference
EditingManager#getEditingService(String, org.gvsig.fmap.dal.feature.FeatureStore)
Author:
gvSIG team.