Uses of Interface
mondrian.util.SpatialValueTree2.SpatialRegion
Packages that use SpatialValueTree2.SpatialRegion
-
Uses of SpatialValueTree2.SpatialRegion in mondrian.util
Methods in mondrian.util that return SpatialValueTree2.SpatialRegionModifier 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.Methods in mondrian.util that return types with arguments of type SpatialValueTree2.SpatialRegionModifier and TypeMethodDescriptionSpatialValueTree2.rollup(Map<SpatialValueTree2.SpatialDimension, Object> dimensions) Returns a collection of regions that can be combined to compute a given cell.Methods in mondrian.util with parameters of type SpatialValueTree2.SpatialRegionModifier and TypeMethodDescriptionvoidSpatialValueTree2.add(SpatialValueTree2.SpatialRegion region) Stores a region in this tree.voidSpatialValueTree2.clear(SpatialValueTree2.SpatialRegion region) Removes a region from the tree.