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.
- Parameters
-
| [in] | rtree | The RTree previously initialized |
| [in] | temp | The temporal value to be inserted |
| [in] | id | The id of the temporal value being inserted |