st_symdifference


Description

args: geomA, geomB - Returns a geometry that represents the portions of A and B that do not intersect. It is called a symmetric difference because ST_SymDifference(A,B) = ST_SymDifference(B,A).

Parameters

Name Type Mode
geom1 USER-DEFINED IN
geom2 USER-DEFINED IN