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

◆ geom_intersection2d()

GSERIALIZED * geom_intersection2d ( const GSERIALIZED gs1,
const GSERIALIZED gs2 
)

Return the intersection of two geometries.

Parameters
[in]gs1,gs2Geometries
Note
PostGIS function: ST_Intersection(PG_FUNCTION_ARGS). With respect to the original function we do not use the prec argument.