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

◆ geom_difference2d()

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

Return the difference of two geometries.

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