Uses of Interface
mondrian.util.SpatialValueTree.SpatialRegion
Packages that use SpatialValueTree.SpatialRegion
-
Uses of SpatialValueTree.SpatialRegion in mondrian.util
Methods in mondrian.util with parameters of type SpatialValueTree.SpatialRegionModifier 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.