Return a temporal Boolean that states whether a temporal geometry touches another one.
The temporal touches
relationship for two temporal geometries is computed at each instant using the lifting infrastructure
- Parameters
-
[in] | temp1,temp2 | Temporal geo |
[in] | restr | True when the result is restricted to a value |
[in] | atvalue | Value to restrict @csqlfn Ttouches_tgeo_tgeo() |
- Note
- The function does not support 3D or geographies since the PostGIS function
ST_Touches
only supports 2D geometries.
-
The function is not defined for temporal points