|
MobilityDB 1.3
|
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... | |
In-memory RTree index for spatiotemporal boxes.