Return a temporal Boolean that states whether a geometry touches a temporal geo.
The temporal touches relationship is computed as follows:
- For temporal points ttouches(tpoint, geo) = tintersects(tpoint, st_boundary(geo))
- For temporal geometries, compute the relationship at each instant using the lifting infrastructure
- Parameters
-
- Note
- The function does not support 3D or geographies since the PostGIS function
ST_Touches only supports 2D geometries