public static interface SpatialValueTree2.SpatialDimension
Modifier and Type | Method and Description |
---|---|
Object[] |
getValues()
Declares that a particular dimension has a finite set of values.
|
int |
ordinal()
Ordinal of dimension.
|
int ordinal()
Object[] getValues()
For example, if the user asks for cell (year=2010, measure=sales) and the tree has regions (year=2010, gender=M, measure=sales) and (year=2010, gender=F, measure=sales) then the tree can compute the cell only if it knows that the only values of gender are {M, F}.
Returns null if the set of values is unbounded, not known, or too large to be any use in optimizing.
The values are distinct and sorted (per
Comparable
, and all not null. If you wish to represent a
null value, use a dummy object.
The client must not modify the array.
Copyright © 2020 Hitachi Vantara. All rights reserved.