![]() |
MobilityDB 1.3
|
Rtree in memory index basic structure. More...
#include <tspatial_rtree.h>
Data Fields | |
meosType | basetype |
STBox | box |
int | dims |
double(* | get_axis )(const STBox *, int, bool) |
RTreeNode * | root |
Rtree in memory index basic structure.
It works based on STBox. The spliting criteria is based on the largest axis. The inserting criteria is based on least enlarging square.
The get axis function makes it ease to implement with X,Y,Z and time or any combination that you may want.