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

◆ RTreeSearchOp

Enumeration that defines the search operations for an RTree.

Enumerator
RTREE_OVERLAPS 

Find stored boxes that overlap the query.

RTREE_CONTAINS 

Find stored boxes that contain the query.

RTREE_CONTAINED_BY 

Find stored boxes contained by the query.