![]() |
MobilityDB 1.3
|
◆ node_choose_least_enlargement()
Selects the child node that requires the least enlargement to accommodate a new STBox. This function iterates through the child nodes of a given RTree node to determine which child node's bounding box would need the least enlargement to include a new STBox. The function calculates the area of each node's bounding box before and after union with the new STBox and selects the one with the smallest area increase.
|