Uses of Interface
mondrian.util.SpatialValueTree2.SpatialRegion
-
Uses of SpatialValueTree2.SpatialRegion in mondrian.util
Modifier and TypeMethodDescriptionSpatialValueTree2.get
(SpatialValueTree2.SpatialRegionRequest regionRequest) Looks up all the values registered in nodes intersecting with the provided region key.SpatialValueTree2.getRegionContaining
(Map<SpatialValueTree2.SpatialDimension, Object> coordinates) Returns a region containing a given cell.Modifier and TypeMethodDescriptionSpatialValueTree2.rollup
(Map<SpatialValueTree2.SpatialDimension, Object> dimensions) Returns a collection of regions that can be combined to compute a given cell.Modifier and TypeMethodDescriptionvoid
SpatialValueTree2.add
(SpatialValueTree2.SpatialRegion region) Stores a region in this tree.void
SpatialValueTree2.clear
(SpatialValueTree2.SpatialRegion region) Removes a region from the tree.