Revision 32880 branches/v2_0_0_prep/libraries/libFMap_dal/src/org/gvsig/fmap/dal/feature/FeatureStore.java

View differences:

FeatureStore.java
5 5

  
6 6
import org.cresques.cts.IProjection;
7 7
import org.gvsig.fmap.dal.DataServerExplorer;
8
import org.gvsig.fmap.dal.DataServerExplorerParameters;
9 8
import org.gvsig.fmap.dal.DataStore;
10 9
import org.gvsig.fmap.dal.DataStoreParameters;
11 10
import org.gvsig.fmap.dal.exception.DataException;
......
47 46
 */
48 47
public interface FeatureStore extends DataStore, UndoRedoStack {
49 48

  
50
	public static final String DYNCLASS_NAME = "FeatureStore";
49
	public static final String METADATA_DEFINITION_NAME = "FeatureStore";
51 50

  
52 51
	/** Indicates that this store is in query mode */
53 52
	final static int MODE_QUERY = 0;
......
147 146
	 *
148 147
	 * @Deprecated this method is unstable
149 148
	 */
150
	public void export(DataServerExplorer explorer, NewFeatureStoreParameters params)
149
	public void export(DataServerExplorer explorer, String provider, NewFeatureStoreParameters params)
151 150
			throws DataException;
152 151

  
153 152
	/*
......
620 619
	 * Creates a vectorial cache that is used to save and retrieve data.
621 620
	 * @param name the cache name.
622 621
	 * @param parameters parameters to create the stores used to save data.
623
	 * @throws DataException 
622
	 * @throws DataException
624 623
	 */
625 624
	public void createCache(String name, DynObject parameters) throws DataException;
626 625

  

Also available in: Unified diff