The tree will split up nodes with more than maxChildrenPerNode number of children.
Create a new R-Tree by inserting multiple records at once. This method uses a Hilbert curve to pack the tree.
This method may only be applied when creating a new R-Tree. Subsequent additions to the tree must use insert().
Insert a single record to the RTree and re-balance the tree if it violates maxChildrenPerNode.
Find data records that overlap with the bounding box.
List of Record["data"] from overlapped Records.
Options to adjust how the RTree shall be generated.