Uses of Interface
mondrian.util.SpatialValueTree2.SpatialDimension
-
Uses of SpatialValueTree2.SpatialDimension in mondrian.util
Modifier and TypeMethodDescriptionSpatialValueTree2.getDimensions()
Returns a list of all the dimensions present in this tree.SpatialValueTree2.SpatialRegionRequest.getDimensions()
Provides a list of the dimensions included in this region.Modifier and TypeMethodDescriptionObject[]
SpatialValueTree2.SpatialRegionRequest.getValues
(SpatialValueTree2.SpatialDimension dimension) Provides an array of objects describing this region's bounds within the specified dimension's axis.Modifier and TypeMethodDescriptionSpatialValueTree2.SpatialRegion.getCellValue
(Map<SpatialValueTree2.SpatialDimension, Object> coordinates) Returns the value of a cell.double
SpatialValueTree2.SpatialRegion.getCellValueDouble
(Map<SpatialValueTree2.SpatialDimension, Object> coordinates, boolean[] wasNull) Version ofSpatialValueTree2.SpatialRegion.getCellValue(java.util.Map)
optimized fordouble
values.int
SpatialValueTree2.SpatialRegion.getCellValueInt
(Map<SpatialValueTree2.SpatialDimension, Object> coordinates, boolean[] wasNull) Version ofSpatialValueTree2.SpatialRegion.getCellValue(java.util.Map)
optimized forint
values.SpatialValueTree2.getRegionContaining
(Map<SpatialValueTree2.SpatialDimension, Object> coordinates) Returns a region containing a given cell.boolean
SpatialValueTree2.SpatialRegionRequest.mightContainCell
(Map<SpatialValueTree2.SpatialDimension, Object> coordinates) Returns whether a request might contain a particular cell.SpatialValueTree2.rollup
(Map<SpatialValueTree2.SpatialDimension, Object> dimensions) Returns a collection of regions that can be combined to compute a given cell.