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

◆ rtree_set_dims()

static bool rtree_set_dims ( RTree rtree,
const STBox box 
)
static

Sets the dimensions of an R-tree based on the meostype of the RTree.

Parameters
[in,out]rtreeThe R-tree structure whose dimensions are to be set.
[in]boxThe spatial bounding box (STBox) from which to derive the dimensions.
Returns
true if the dimensions were successfully set; false otherwise.