Bounding-Box Operators

The following operators compare the spatiotemporal bounding box of temporal H3 cells, not cell-hierarchy containment. th3index is a spatial temporal type: its bounding box is an stbox that combines the geodetic spatial extent of the cell boundaries (their longitude/latitude envelope in SRID 4326) 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 H3 hierarchical containment. To test whether one cell is the parent of another at a given resolution, use th3CellToParent.