Package | Description |
---|---|
org.apache.sis.storage |
Data store base types for retrieving and saving geospatial data
in various storage formats.
|
org.apache.sis.storage.netcdf |
Maps ISO metadata elements from/to the CF-compliant
attributes in a NetCDF file.
|
Modifier and Type | Field and Description |
---|---|
protected WarningListeners<DataStore> |
DataStore.listeners
The set of registered
WarningListener s for this data store. |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
NetcdfStore
A data store backed by NetCDF files.
|
Modifier and Type | Method and Description |
---|---|
DataStore |
NetcdfStoreProvider.open(StorageConnector storage)
Returns a
NetcdfStore implementation associated with this provider. |
Copyright © 2010–2013 The Apache Software Foundation. All rights reserved.