Generic spatial relationship for the trajectory or traversed area of a temporal geo and a geometry.
The function computes the function passed as parameter with the trajectory or the traversed area of the temporal geometry and the geometry
- Parameters
-
[in] | temp | Temporal geo |
[in] | gs | Geometry |
[in] | param | Parameter |
[in] | func | PostGIS function to be called |
[in] | numparam | Number of parameters of the function |
[in] | invert | True if the arguments should be inverted |
- Returns
- On error return -1
- Note
- Since some GEOS versions do not support geometry collections, the function iterates for each geometry of the collection and returns when the function is true for one of them.