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