Generic spatial relationship for the trajectory or traversed area of two temporal geometries.
- Parameters
-
[in] | temp1,temp2 | Temporal geos |
[in] | param | Parameter |
[in] | func | PostGIS function to be called |
[in] | numparam | Number of parameters of the function |
- 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.