|
◆ ttouches_tgeo_geo()
Return a temporal Boolean that states whether a temporal geo touches a geometry.
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
-
[in] | temp | Temporal geo |
[in] | gs | Geometry |
[in] | restr | True when the result is restricted to a value |
[in] | atvalue | Value to restrict @csqlfn Ttouches_tgeo_geo() |
- Note
- The function does not support 3D or geographies since the PostGIS function
ST_Touches only supports 2D geometries
|