Queries an RTree with a bounding box.
Returns an array of ids of bounding boxes.
- Parameters
-
[in] | rtree | The RTree to query |
[in] | query | The bounding box that serves as query |
[out] | count | The number of hits the RTree found |
- Returns
- Array of ids that have a hit.
- Note
- The
count
will be the output size of the array given.