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

◆ rtree_insert()

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

Insert a bounding box 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 bounding box will be copied into the RTRee.
Parameters
[in]rtreeThe RTree previously initialized
[in]boxThe bounding box to be inserted
[in]idThe id of the box being inserted