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