symmetric Difference Or Null
Calculates the symmetric difference (exclusive or) of the two geometries. Symmetric difference obtains those parts of the two input geometries that do not overlap. If you want to perform a more atomic-level difference operation where the spatial subtraction of two input geometries might look different if the order of the geometries were switched, consider using GeometryEngine.differenceOrNull(Geometry, Geometry).
Supports true curves.
Return
The symmetric difference of the two geometries.
Since
200.1.0