|
◆ tinterrel_tpoint_geo()
Evaluates tintersects/tdisjoint for a temporal point and a geometry.
- Parameters
-
[in] | temp | Temporal point |
[in] | gs | Geometry |
[in] | tinter | True when computing tintersects, false for tdisjoint |
[in] | restr | True if the atValue function is applied to the result |
[in] | atvalue | Value to be used for the atValue function |
- Precondition
- The geometry is NOT empty. This should be ensured by the calling function
- Note
- 3D is not supported because there is no 3D intersection function provided by PostGIS
|