Uses of Class
org.apache.sis.storage.aggregate.GridSlice
Packages that use GridSlice
Package
Description
Resources which are aggregations or concatenations of other resources.
-
Uses of GridSlice in org.apache.sis.storage.aggregate
Subclasses with type arguments of type GridSlice in org.apache.sis.storage.aggregateModifier and TypeClassDescription(package private) final classA container for a list of slices grouped by their "grid to CRS" transform, ignoring integer translations.Method parameters in org.apache.sis.storage.aggregate with type arguments of type GridSliceModifier and TypeMethodDescription(package private) final long[]Returns the translation from source coordinates ofGroupByTransform.gridToCRSto grid coordinates ofGridSlice.geometry.Constructor parameters in org.apache.sis.storage.aggregate with type arguments of type GridSliceModifierConstructorDescription(package private)GridSliceLocator(List<GridSlice> slices, int searchDimension, GridCoverageResource[] resources) Creates a new locator for slices at given coordinates.