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