Revision 23894 branches/v2_0_0_prep/libraries/libFMap_data/src/org/gvsig/fmap/data/feature/spi/FeatureStoreProviderServices.java

View differences:

FeatureStoreProviderServices.java
6 6
import org.gvsig.fmap.data.feature.Command;
7 7
import org.gvsig.fmap.data.feature.EditableFeatureType;
8 8
import org.gvsig.fmap.data.feature.Feature;
9
import org.gvsig.fmap.data.feature.FeatureSelection;
9 10
import org.gvsig.fmap.data.feature.FeatureStore;
10 11
import org.gvsig.fmap.data.feature.FeatureType;
11 12
import org.gvsig.fmap.data.impl.DefaultDataManager;
12
import org.gvsig.fmap.data.resource.Resource;
13 13
import org.slf4j.Logger;
14 14

  
15 15
public interface FeatureStoreProviderServices extends FeatureStore {
16 16

  
17
	public Resource addResource(Resource resource) throws DataException;
18

  
19
	public void removeAllResources();
20

  
21 17
	public void notifyChange(String notification);
22 18

  
23 19
	public void notifyChange(String notification, Feature feature);
......
31 27
	public FeatureSelection createDefaultFeatureSelection()
32 28
			throws DataException;
33 29

  
34
	public TemporaryContainer createDefaultTemporaryContainer()
35
			throws DataException;
36

  
37 30
	public FeatureData createDefaultFeatureData(FeatureType type)
38 31
			throws DataException;
39 32

  

Also available in: Unified diff