Packages

package intervaltree

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class IntervalRTreeBranchNode extends IntervalRTreeNode
  2. class IntervalRTreeLeafNode extends IntervalRTreeNode
  3. abstract class IntervalRTreeNode extends AnyRef
  4. class SortedPackedIntervalRTree extends AnyRef

    A static index on a set of 1-dimensional intervals, using an R-Tree packed based on the order of the interval midpoints.

    A static index on a set of 1-dimensional intervals, using an R-Tree packed based on the order of the interval midpoints. It supports range searching, where the range is an interval of the real line (which may be a single point). A common use is to index 1-dimensional intervals which are the projection of 2-D objects onto an axis of the coordinate system.

    This index structure is static - items cannot be added or removed once the first query has been made. The advantage of this characteristic is that the index performance can be optimized based on a fixed set of items.

Value Members

  1. object IntervalRTreeNode

Ungrouped