Searches recursively a node looking for hits with a query.
- Parameters
-
| [in] | rtree | Pointer to the RTree structure |
| [in] | node | The node to be searched |
| [in] | op | The search operation (overlaps, contains, or contained by) |
| [in] | query | The bounding box that serves as query |
| [out] | result | MeosArray to collect matching IDs |