MobilityDB 1.3
Loading...
Searching...
No Matches

◆ rtree_search()

int * rtree_search ( const RTree rtree,
const void *  query,
int *  count 
)

Queries an RTree with a bounding box.

Returns an array of ids of bounding boxes.

Parameters
[in]rtreeThe RTree to query
[in]queryThe bounding box that serves as query
[out]countThe 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.