MobilityDB 1.3
Loading...
Searching...
No Matches
Data Fields
RTree Struct Reference

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)
 
RTreeNoderoot
 

Detailed Description

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.


The documentation for this struct was generated from the following file: