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

In-memory RTree index for spatiotemporal boxes. More...

Functions

void rtree_insert (RTree *rtree, void *box, int id)
 Insert a bounding box into the RTree index. More...
 
int rtree_search (const RTree *rtree, RTreeSearchOp op, const void *query, MeosArray *result)
 Search an RTree with a bounding box, collecting matching IDs into a MeosArray. More...
 

Detailed Description

In-memory RTree index for spatiotemporal boxes.