mondrian.util

Interface SpatialValueTree<K,E,V>

    • Method Detail

      • clear

        void clear(SpatialValueTree.SpatialRegion<K,E> regionKey)
        Clears all the values found at the provided region key.
        Parameters:
        regionKey - The region key of the values to clear.
      • get

        Set<Vget(SpatialValueTree.SpatialRegion<K,E> regionKey)
        Looks up all the values registered in nodes intersecting with the provided region key.
        Parameters:
        regionKey - The region key inside of which to search for value nodes.
        Returns:
        An unordered set of all the unique values intersecting with the region.
      • match

        Set<Vmatch(SpatialValueTree.SpatialRegion<K,E> regionKey)
        Looks up all the values registered in nodes intersecting with the provided region key. If a value is present in all of the nodes, a unique set of all the values found will be returned. An empty set is returned if no complete match could be found.
        Parameters:
        regionKey - The region key inside of which to search for value nodes.
        Returns:
        An unordered set of all the unique values intersecting with the region and covering it entirely, or an empty set otherwise.
      • getDimensions

        List<KgetDimensions()
        Returns a list of all the dimensions present in this tree.
        Returns:
        A list of dimension unique ids.
      • getDimensionality

        int getDimensionality()
        Tells the number of dimensions in this tree.
        Returns:
        The number of dimensions.
Get Mondrian at SourceForge.net. Fast, secure and free Open Source software downloads