Uses of Interface
mondrian.util.SpatialValueTree2.SpatialDimension
-
Packages that use SpatialValueTree2.SpatialDimension Package Description mondrian.util Mondrian utilities. -
-
Uses of SpatialValueTree2.SpatialDimension in mondrian.util
Methods in mondrian.util that return types with arguments of type SpatialValueTree2.SpatialDimension Modifier and Type Method Description List<SpatialValueTree2.SpatialDimension>
SpatialValueTree2. getDimensions()
Returns a list of all the dimensions present in this tree.List<SpatialValueTree2.SpatialDimension>
SpatialValueTree2.SpatialRegionRequest. getDimensions()
Provides a list of the dimensions included in this region.Methods in mondrian.util with parameters of type SpatialValueTree2.SpatialDimension Modifier and Type Method Description Object[]
SpatialValueTree2.SpatialRegionRequest. getValues(SpatialValueTree2.SpatialDimension dimension)
Provides an array of objects describing this region's bounds within the specified dimension's axis.Method parameters in mondrian.util with type arguments of type SpatialValueTree2.SpatialDimension Modifier and Type Method Description Object
SpatialValueTree2.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.SpatialRegion
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.List<SpatialValueTree2.SpatialRegion>
SpatialValueTree2. rollup(Map<SpatialValueTree2.SpatialDimension,Object> dimensions)
Returns a collection of regions that can be combined to compute a given cell.
-