Skip to main contentModule rtree
Source pub use node::EntryId;pub use node::RTreeEntry;pub use search::NnResult;pub use tree::RTree;
- 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.