|
|
◆ spatialrel_tpoint_geo1()
| Datum spatialrel_tpoint_geo1 |
( |
Temporal * |
temp, |
|
|
Datum |
geo, |
|
|
Datum |
param, |
|
|
Datum(*)(Datum,...) |
func, |
|
|
int |
numparam, |
|
|
bool |
invert |
|
) |
| |
Generic spatial relationships for a temporal point and a geometry.
- Parameters
-
| [in] | temp | Temporal point |
| [in] | geo | Geometry |
| [in] | param | Parameter |
| [in] | func | PostGIS function to be called |
| [in] | numparam | Number of parameters of the functions |
| [in] | invert | True if the arguments should be inverted |
|