![]() |
MobilityDB 1.3
|
◆ node_choose()Returns the best child node for inserting a new bounding box in an RTree. The function determines the most suitable child node within a node for inserting a new bounding box. 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 bounding box without expansion, the function falls back to selecting the node that requires the least enlargement.
|