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

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...
 

Detailed Description

In-memory RTree index for spatiotemporal boxes.