Uses of Class
org.apache.sis.storage.aggregate.DimensionSelector
Packages that use DimensionSelector
Package
Description
Resources which are aggregations or concatenations of other resources.
-
Uses of DimensionSelector in org.apache.sis.storage.aggregate
Classes in org.apache.sis.storage.aggregate that implement interfaces with type arguments of type DimensionSelectorModifier and TypeClassDescription(package private) final classA helper class for choosing the dimension on which to perform aggregation.Methods in org.apache.sis.storage.aggregate with parameters of type DimensionSelectorModifier and TypeMethodDescriptionintDimensionSelector.compareTo(DimensionSelector other) Compares for order of "probability" that a dimension is the one to aggregate.(package private) final voidGridSlice.getGridExtent(int i, DimensionSelector[] writeTo) Writes information about grid extent into the givenDimensionSelectorobjects.