|
MobilityDB 1.3
|
◆ rtree_insert_temporal()Insert a temporal value into the RTree index. The bounding box is automatically extracted from the temporal value. The temporal type must be compatible with the RTree's bounding box type: temporal alphas (tbool, ttext) require a span-based RTree, temporal numbers (tint, tfloat) require a TBox-based RTree, and spatiotemporal types (tgeompoint, tgeogpoint) require an STBox-based RTree.
|