| Package | Description | 
|---|---|
| mondrian.util | 
 Mondrian utilities. 
 | 
| Modifier and Type | Method and 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Object[] | 
SpatialValueTree2.SpatialRegionRequest.getValues(SpatialValueTree2.SpatialDimension dimension)
Provides an array of objects describing this region's
 bounds within the specified dimension's axis. 
 | 
| Modifier and Type | Method and 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 of  
SpatialValueTree2.SpatialRegion.getCellValue(java.util.Map) optimized for
 double values. | 
int | 
SpatialValueTree2.SpatialRegion.getCellValueInt(Map<SpatialValueTree2.SpatialDimension,Object> coordinates,
               boolean[] wasNull)
Version of  
SpatialValueTree2.SpatialRegion.getCellValue(java.util.Map) optimized for
 int 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. 
 | 
Copyright © 2017 Hitachi Vantara. All rights reserved.