MobilityDB 1.3
Loading...
Searching...
No Matches

◆ rtree_insert()

void rtree_insert ( RTree rtree,
STBox box,
int64  id 
)

Insert an STBox into the RTree index.

Note
the parameter id is used for the search function, when a match is found the id will be returned. The STBox will be copied into the RTRee.
Parameters
[in]rtreeThe RTree previously initialized
[in]boxThe stbox to be inserted
[in]idThe id of the box being inserted