Uses of Class
org.apache.sis.storage.modifier.CoverageModifier.Source
Packages that use CoverageModifier.Source
Package
Description
A plugin mechanism for modifying some aspects of the resources read by data stores.
-
Uses of CoverageModifier.Source in org.apache.sis.storage.modifier
Subclasses of CoverageModifier.Source in org.apache.sis.storage.modifierModifier and TypeClassDescriptionstatic class
Information about which sample dimension (band) is subject to modification.Methods in org.apache.sis.storage.modifier with parameters of type CoverageModifier.SourceModifier and TypeMethodDescriptiondefault GridGeometry
CoverageModifier.customize
(CoverageModifier.Source source, GridGeometry domain) Invoked when a grid geometry is created for a coverage.default Metadata
CoverageModifier.customize
(CoverageModifier.Source source, DefaultMetadata metadata) Invoked when a metadata is created for a single coverage or for the whole file.default GenericName
CoverageModifier.customize
(CoverageModifier.Source source, GenericName identifier) Invoked when an identifier is created for a single coverage or for the whole file.default boolean
CoverageModifier.isElectromagneticMeasurement
(CoverageModifier.Source source) Returnstrue
if the converted values are measurement in the electromagnetic spectrum.