Revision 25815 branches/v2_0_0_prep/libraries/libFMap_dal/src/org/gvsig/fmap/dal/DataStore.java

View differences:

DataStore.java
14 14
 * can represent a geographic layer, an alphanumeric database table or any data
15 15
 * file. DataStore offers generic services like:
16 16
 * <ul>
17
 * <li>Open, close and reject data stores</li>
17
 * <li>Open and close data stores</li>
18 18
 * <li>Access to data sets, with the possibility of loading data in background.</li>
19 19
 * <li>Use of selection and locks, as well as data sets</li>
20 20
 * <li>Editing</li>
21
 * <li>Register of event observers through the Observable interface</li>
22
 * <li>Access to data stores embedded into itself (like GML)</li>
21
 * <li>Register event observers through the Observable interface</li>
22
 * <li>Access to embedded data stores (like GML)</li>
23 23
 * <li>Information about the Spatial Reference Systems used by the data store</li>
24 24
 * </ul>
25 25
 * </p>

Also available in: Unified diff