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

View differences:

FeatureStoreProvider.java
7 7
import org.gvsig.fmap.data.exceptions.InitializeException;
8 8
import org.gvsig.fmap.data.feature.FeatureQuery;
9 9
import org.gvsig.fmap.data.feature.FeatureReference;
10
import org.gvsig.fmap.data.feature.FeatureSelection;
10 11
import org.gvsig.fmap.data.feature.FeatureType;
11 12
import org.gvsig.fmap.data.spi.DataStoreProvider;
12 13
import org.gvsig.fmap.geom.primitive.Envelope;
......
24 25

  
25 26
	public FeatureLocks createFeatureLocks() throws DataException;
26 27

  
27
	public TemporaryContainer createTemporaryContainer() throws DataException;
28

  
29 28
	public FeatureData getFeatureDataByReference(FeatureReference reference, FeatureType featureType)
30 29
			throws DataException;
31 30

  

Also available in: Unified diff