Uses of Interface
mondrian.util.SpatialValueTree.SpatialRegion
-
Uses of SpatialValueTree.SpatialRegion in mondrian.util
Modifier and TypeMethodDescriptionvoid
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.SpatialValueTree.get
(SpatialValueTree.SpatialRegion<K, E> regionKey) Looks up all the values registered in nodes intersecting with the provided region key.SpatialValueTree.match
(SpatialValueTree.SpatialRegion<K, E> regionKey) Looks up all the values registered in nodes intersecting with the provided region key.