Uses of Interface
mondrian.util.SpatialValueTree.SpatialRegion
-
Packages that use SpatialValueTree.SpatialRegion Package Description mondrian.util Mondrian utilities. -
-
Uses of SpatialValueTree.SpatialRegion in mondrian.util
Methods in mondrian.util with parameters of type SpatialValueTree.SpatialRegion Modifier and Type Method Description voidSpatialValueTree. add(SpatialValueTree.SpatialRegion<K,E> regionkey, V value)Stores a string value at all points which intersect with the passed region key.voidSpatialValueTree. 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.
-