![]() |
MobilityDB 1.3
|
◆ node_choose()Chooses the best child node for inserting a new STBox in an RTree. This function determines the most suitable child node within an RTree node for inserting a new STBox. It first checks if the new box can be added to any child node without requiring the expansion of its bounding box. If none of the child nodes can accommodate the new STBox without expansion, the function falls back to selecting the node that requires the least enlargement.
|