Skip to main content

Module rtree

Module rtree 

Source

Re-exports§

pub use node::EntryId;
pub use node::RTreeEntry;
pub use search::NnResult;
pub use tree::RTree;

Modules§

bulk_load
Sort-Tile-Recursive (STR) bulk loading for R-tree.
delete
R-tree entry deletion with underflow handling.
insert
R*-tree insertion with overflow treatment (forced reinsert).
node
R-tree node types and constants.
search
R-tree range search and nearest-neighbor queries.
split
R*-tree node splitting (axis split strategy).
tree
R*-tree public API and core structure.