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