Bounding Box Operations

The following operators compare the spatiotemporal bounding box of temporal cells rather than containment in the cell hierarchy. tcell is a spatial temporal type: its bounding box is an stbox that combines the spatial extent of the cell boundaries (their longitude/latitude envelope in SRID 4326), geodetic for an H3 or S2 cell and planar for a QUADBIN cell, with the trajectory's tstzspan time period. The operators below compare that box along the spatial and/or temporal axes. See the indexing section for the opclasses that make these operators index-capable.

Note

The @> operator tests spatiotemporal bounding-box containment (spatial extent and time together), not containment in the cell hierarchy. To test whether one cell is the ancestor of another at a given resolution, use cellToParent.