Module org.apache.sis.storage
Package org.apache.sis.storage
Interface WritableGridCoverageResource.Option
- All Known Implementing Classes:
WritableGridCoverageResource.CommonOption
- Enclosing interface:
WritableGridCoverageResource
public static interface WritableGridCoverageResource.Option
Configuration of the process of writing a coverage in a data store.
By default, the write operation is conservative: no operation is executed
if it would result in data lost.
Option
allows to modify this behavior for example by
allowing the replacement
of previous data.
Options can also configure other aspects like compression, version or encryption.
Some options may be DataStore
-specific.
Options that may apply to any data store are provided in the WritableGridCoverageResource.CommonOption
enumeration.
Other options may be defined by the DataStoreProvider of specific formats.
- Since:
- 1.2