MobilityDB 1.3
Loading...
Searching...
No Matches

◆ geom_spatialrel()

bool geom_spatialrel ( const GSERIALIZED gs1,
const GSERIALIZED gs2,
spatialRel  rel 
)

Return true if two geometries satisfy a given spatial relationship, where the function called depend on the third argument.

Parameters
[in]gs1,gs2Geometries
[in]relSpatial relationship
Note
PostGIS functions: ST_Intersects(PG_FUNCTION_ARGS), contains(PG_FUNCTION_ARGS), touches(PG_FUNCTION_ARGS)