![]() |
MobilityDB 1.3
|
In-memory RTree index for spatiotemporal boxes. More...
Functions | |
void | rtree_insert (RTree *rtree, void *box, int64 id) |
Insert a bounding box into the RTree index. More... | |
int * | rtree_search (const RTree *rtree, const void *query, int *count) |
Queries an RTree with a bounding box. More... | |
In-memory RTree index for spatiotemporal boxes.