Revision 28676 branches/v2_0_0_prep/libraries/libFMap_dal/src/org/gvsig/fmap/dal/feature/spi/FeatureStoreProvider.java

View differences:

FeatureStoreProvider.java
5 5

  
6 6
import org.gvsig.fmap.dal.exception.DataException;
7 7
import org.gvsig.fmap.dal.exception.InitializeException;
8
import org.gvsig.fmap.dal.feature.Feature;
9 8
import org.gvsig.fmap.dal.feature.FeatureLocks;
10 9
import org.gvsig.fmap.dal.feature.FeatureQuery;
11 10
import org.gvsig.fmap.dal.feature.FeatureSelection;
......
92 91

  
93 92
	public void endAppend() throws DataException;
94 93

  
95
	public void append(Feature feature) throws DataException;
94
	public void append(FeatureData featureData) throws DataException;
96 95

  
97 96
	public boolean allowAutomaticValues();
98 97

  

Also available in: Unified diff