MCPcopy Create free account
hub / github.com/MapServer/MapServer / shapeObj_symdifference

Function shapeObj_symdifference

mapscript/php/mapscript_i.c:1133–1136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1131}
1132
1133shapeObj *shapeObj_symdifference(shapeObj *self, shapeObj *shape)
1134{
1135 return msGEOSSymDifference(self, shape);
1136}
1137
1138int shapeObj_overlaps(shapeObj *self, shapeObj *shape)
1139{

Callers 1

shape.cFile · 0.85

Calls 1

msGEOSSymDifferenceFunction · 0.85

Tested by

no test coverage detected