Uses of Interface
mondrian.util.SpatialValueTree2.SpatialDimension
Packages that use SpatialValueTree2.SpatialDimension
- 
Uses of SpatialValueTree2.SpatialDimension in mondrian.util
Methods in mondrian.util that return types with arguments of type SpatialValueTree2.SpatialDimensionModifier 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.Methods in mondrian.util with parameters of type SpatialValueTree2.SpatialDimensionModifier and TypeMethodDescriptionObject[]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.SpatialDimensionModifier and TypeMethodDescriptionSpatialValueTree2.SpatialRegion.getCellValue(Map<SpatialValueTree2.SpatialDimension, Object> coordinates) Returns the value of a cell.doubleSpatialValueTree2.SpatialRegion.getCellValueDouble(Map<SpatialValueTree2.SpatialDimension, Object> coordinates, boolean[] wasNull) Version ofSpatialValueTree2.SpatialRegion.getCellValue(java.util.Map)optimized fordoublevalues.intSpatialValueTree2.SpatialRegion.getCellValueInt(Map<SpatialValueTree2.SpatialDimension, Object> coordinates, boolean[] wasNull) Version ofSpatialValueTree2.SpatialRegion.getCellValue(java.util.Map)optimized forintvalues.SpatialValueTree2.getRegionContaining(Map<SpatialValueTree2.SpatialDimension, Object> coordinates) Returns a region containing a given cell.booleanSpatialValueTree2.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.