Uses of Class
org.apache.sis.storage.aggregate.ConcatenatedGridResource
Packages that use ConcatenatedGridResource
Package
Description
Resources which are aggregations or concatenations of other resources.
-
Uses of ConcatenatedGridResource in org.apache.sis.storage.aggregate
Constructors in org.apache.sis.storage.aggregate with parameters of type ConcatenatedGridResourceModifierConstructorDescription(package private)
ConcatenatedGridCoverage
(ConcatenatedGridResource source, GridGeometry domain, Object[] slices, int startAt, int[] deferred, GridGeometry request, int[] ranges) Creates a new aggregated coverage.private
ConcatenatedGridResource
(ConcatenatedGridResource source, MergeStrategy strategy) Creates a new resource with the same data than given resource but a different merge strategy.