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 | Method and Description |
---|---|
abstract Boolean |
DataStoreProvider.canOpen(StorageConnector storage)
Returns
TRUE if the given storage appears to be supported by the DataStore . |
abstract DataStore |
DataStoreProvider.open(StorageConnector storage)
Returns a data store implementation associated with this provider.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
NetcdfStoreProvider.canOpen(StorageConnector storage)
Returns
TRUE if the given storage appears to be supported by NetcdfStore . |
DataStore |
NetcdfStoreProvider.open(StorageConnector storage)
Returns a
NetcdfStore implementation associated with this provider. |
Constructor and Description |
---|
NetcdfStore(StorageConnector storage)
Creates a new NetCDF store from the given file, URL, stream or
NetcdfFile object. |
Copyright © 2010–2013 The Apache Software Foundation. All rights reserved.