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 GridSliceLocatorConcatenatedGridCoverage.locatorThe object for identifying indices in theConcatenatedGridCoverage.slicesarray.(package private) final GridSliceLocatorConcatenatedGridResource.locatorThe object for identifying indices in theConcatenatedGridResource.slicesarray.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.