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

View differences:

DataServerExplorer.java
55 55

  
56 56
	public static final int MODE_ALL = 0;
57 57
	public static final int MODE_FEATURE = 1;
58
	public static final int MODE_FEATURE_GEOMETRY = 2;
59
	public static final int MODE_RASTER = 3;
58
	public static final int MODE_GEOMETRY = 2;
59
	public static final int MODE_RASTER = 4;
60 60

  
61 61
	/**
62 62
	 * Provides a list of available stores in the server of a type.
......
87 87
	 *
88 88
	 * @throws DataException
89 89
	 */
90
	public boolean add(NewDataStoreParameters parameters, boolean overwrite)
90
	public boolean add(String provider, NewDataStoreParameters parameters, boolean overwrite)
91 91
			throws DataException;
92 92

  
93 93
	/**
......
120 120
	 */
121 121
	public DataServerExplorerParameters getParameters();
122 122

  
123
	/**
124
	 * Return the list of provider names that this server allow.
125
	 *  
126
	 * @return List of provider names
127
	 */
128
	public List getDataStoreProviderNames();
129

  
123 130
}

Also available in: Unified diff