|
◆ 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] | rtree | The RTree previously initialized |
[in] | box | The bounding box to be inserted |
[in] | id | The id of the box being inserted |
|