See: Description
| Class | Description |
|---|---|
| DataStore |
Manages a series of features, coverages or sensor data.
|
| DataStoreProvider |
Provides information about a specific
DataStore implementation. |
| DataStores |
Static convenience methods creating
DataStore instances from a given storage object. |
| ProbeResult |
Tells whether a storage (file, database) appears to be supported by a
DataStore. |
| StorageConnector |
Information for creating a connection to a
DataStore in read and/or write mode. |
| Exception | Description |
|---|---|
| DataStoreException |
Thrown when a
DataStore can not complete a read or write operation. |
| UnsupportedStorageException |
Thrown when no
DataStoreProvider is found for a given storage object. |
DataStore provides the methods for reading or writing geospatial data in a given storage.
A storage may be a file, a directory, a connection to a database or any other implementation specific mechanism.
Suitable DataStore implementation for a given storage can be discovered and opened by the static methods
provided in DataStores.
Defined in the sis-storage module
Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.