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

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

Functions

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

Detailed Description

In-memory RTree index for spatiotemporal boxes.