Revision 29326 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.DataTypes;
7 7
import org.gvsig.fmap.dal.exception.DataException;
8
import org.gvsig.fmap.dal.exception.InitializeException;
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;
......
156 155
	 */
157 156
	public Envelope getEnvelope() throws DataException;
158 157

  
159
	public FeatureStoreProvider initialize(FeatureStoreProviderServices store)
160
			throws InitializeException;
161

  
162 158
	/**
163 159
	 * Informs if store supports locks
164 160
	 *

Also available in: Unified diff