Uses of Class
org.apache.sis.storage.aggregate.GridSliceLocator
Packages that use GridSliceLocator
Package
Description
Resources which are aggregations or concatenations of other resources.
-
Uses of GridSliceLocator in org.apache.sis.storage.aggregate
Fields in org.apache.sis.storage.aggregate declared as GridSliceLocatorModifier and TypeFieldDescriptionprivate final GridSliceLocator
ConcatenatedGridCoverage.locator
The object for identifying indices in theConcatenatedGridCoverage.slices
array.(package private) final GridSliceLocator
ConcatenatedGridResource.locator
The object for identifying indices in theConcatenatedGridResource.slices
array.Constructors in org.apache.sis.storage.aggregate with parameters of type GridSliceLocatorModifierConstructorDescription(package private)
ConcatenatedGridResource
(String name, StoreListeners listeners, GridGeometry domain, List<SampleDimension> ranges, GridCoverageResource[] slices, GridSliceLocator locator, MergeStrategy strategy) Creates a new aggregated resource.