Uses of Interface
mondrian.util.SpatialValueTree2.SpatialRegion
-
Packages that use SpatialValueTree2.SpatialRegion Package Description mondrian.util Mondrian utilities. -
-
Uses of SpatialValueTree2.SpatialRegion in mondrian.util
Methods in mondrian.util that return SpatialValueTree2.SpatialRegion Modifier and Type Method Description SpatialValueTree2.SpatialRegion
SpatialValueTree2. get(SpatialValueTree2.SpatialRegionRequest regionRequest)
Looks up all the values registered in nodes intersecting with the provided region key.SpatialValueTree2.SpatialRegion
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.SpatialRegion Modifier and Type Method Description List<SpatialValueTree2.SpatialRegion>
SpatialValueTree2. 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.SpatialRegion Modifier and Type Method Description void
SpatialValueTree2. add(SpatialValueTree2.SpatialRegion region)
Stores a region in this tree.void
SpatialValueTree2. clear(SpatialValueTree2.SpatialRegion region)
Removes a region from the tree.
-