next up previous contents
Next: Structure of an R-tree Up: Advanced Data Structure to Previous: Advantages of quad trees   Contents

R-Trees

R-trees are a N-dimensional extension of B+-trees, but are used for spatial access methods i.e., for indexing multi-dimensional information; for example, the (X, Y) coordinates of geographical data. Represent a spatial object by its minimum bounding rectangle (MBR). Supported in many modern database systems, along with variants like R+ -trees and R*-trees. The data structure splits space with hierarchically nested, and possibly overlapping boxes. The data for this section is taken from paper by Antonm Guttman [6]

A rectangular bounding box is associated with each tree node.

Figure 2.7: Sample R-tree
rtree.png



Subsections

root 2006-04-11