Uses of Class
org.apache.sis.storage.aggregate.MergeStrategy
Packages that use MergeStrategy
Package
Description
Resources which are aggregations or concatenations of other resources.
-
Uses of MergeStrategy in org.apache.sis.storage.aggregate
Methods in org.apache.sis.storage.aggregate that return MergeStrategyModifier and TypeMethodDescriptionCoverageAggregator.getMergeStrategy()
Returns the algorithm to apply when more than one grid coverage can be found at the same grid index.static MergeStrategy
MergeStrategy.selectByTimeThenArea
(Duration timeGranularity) Selects a single slice using criteria based first on temporal extent, then on geographic area.Methods in org.apache.sis.storage.aggregate with parameters of type MergeStrategyModifier and TypeMethodDescriptionvoid
CoverageAggregator.setMergeStrategy
(MergeStrategy strategy) Sets the algorithm to apply when more than one grid coverage can be found at the same grid index.