Package | Description |
---|---|
mondrian.util |
Mondrian utilities.
|
Modifier and Type | Method and Description |
---|---|
void |
SpatialValueTree.add(SpatialValueTree.SpatialRegion<K,E> regionkey,
V value)
Stores a string value at all points which intersect
with the passed region key.
|
void |
SpatialValueTree.clear(SpatialValueTree.SpatialRegion<K,E> regionKey)
Clears all the values found at the provided region
key.
|
Set<V> |
SpatialValueTree.get(SpatialValueTree.SpatialRegion<K,E> regionKey)
Looks up all the values registered in nodes intersecting
with the provided region key.
|
Set<V> |
SpatialValueTree.match(SpatialValueTree.SpatialRegion<K,E> regionKey)
Looks up all the values registered in nodes intersecting
with the provided region key.
|
Copyright © 2018 Hitachi Vantara. All rights reserved.