Module spade::rtree

source ·
Expand description

Implementation of an n-dimensional r*-tree.

Structs

An iterator yielding the elements of an RTree ordered by their distance to a query point.
A rust implementation of n dimensional r*-trees
Iterates over all entries in an r-tree. Returned by RTree::iter()

Enums