| Package | Description |
|---|---|
| org.apache.sis.storage |
Data store base types for retrieving and saving geospatial data
in various storage formats.
|
| Modifier and Type | Field and Description |
|---|---|
protected WarningListeners<DataStore> |
DataStore.listeners
The set of registered
WarningListeners for this data store. |
| Modifier and Type | Method and Description |
|---|---|
static DataStore |
DataStores.open(Object storage)
Creates a
DataStore for the given storage. |
abstract DataStore |
DataStoreProvider.open(StorageConnector storage)
Returns a data store implementation associated with this provider.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataStore.addWarningListener(WarningListener<? super DataStore> listener)
Adds a listener to be notified when a warning occurred while reading from or writing to the storage.
|
void |
DataStore.removeWarningListener(WarningListener<? super DataStore> listener)
Removes a previously registered listener.
|
Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.