PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ symdifference()

Datum symdifference ( PG_FUNCTION_ARGS  )

Definition at line 769 of file postgis/lwgeom_geos.c.

770{
771 PG_RETURN_DATUM(DirectFunctionCall2(
773 PG_GETARG_DATUM(0), PG_GETARG_DATUM(1)
774 ));
775}
Datum ST_SymDifference(PG_FUNCTION_ARGS)

References ST_SymDifference().

Here is the call graph for this function: