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

◆ rtree_search()

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

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]rtreeThe RTree to query.
[in]queryThe STBox that serves as query.
[out]countAn int that corresponds to the number of hits the RTree found.
Returns
Array of ids that have a hit.