PostGIS
3.4.0dev-r@@SVN_REVISION@@
◆
symdifference()
Datum symdifference
(
PG_FUNCTION_ARGS
)
Definition at line
831
of file
postgis/lwgeom_geos.c
.
832
{
833
PG_RETURN_DATUM(DirectFunctionCall2(
834
ST_SymDifference
,
835
PG_GETARG_DATUM(0), PG_GETARG_DATUM(1)
836
));
837
}
ST_SymDifference
Datum ST_SymDifference(PG_FUNCTION_ARGS)
Definition:
postgis/lwgeom_geos.c:845
References
ST_SymDifference()
.
Here is the call graph for this function:
postgis
lwgeom_geos.c
Generated by
1.9.1