Uses of Interface
org.apache.sis.storage.modifier.CoverageModifier
Packages that use CoverageModifier
Package
Description
Data store base types for retrieving and saving geospatial data
in various storage formats.
A plugin mechanism for modifying some aspects of the resources read by data stores.
-
Uses of CoverageModifier in org.apache.sis.storage
Fields in org.apache.sis.storage with type parameters of type CoverageModifierModifier and TypeFieldDescriptionstatic final OptionKey
<CoverageModifier> DataOptionKey.COVERAGE_MODIFIER
Callback methods invoked for modifying some aspects of the grid coverages created by resources. -
Uses of CoverageModifier in org.apache.sis.storage.modifier
Methods in org.apache.sis.storage.modifier that return CoverageModifierModifier and TypeMethodDescriptionstatic CoverageModifier
CoverageModifier.getOrDefault
(StorageConnector connector) Returns modifier specified in the options of the given storage connector.