Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1133
shapeObj *shapeObj_symdifference(shapeObj *self, shapeObj *shape)
1134
{
1135
return msGEOSSymDifference(self, shape);
1136
}
1137
1138
int shapeObj_overlaps(shapeObj *self, shapeObj *shape)
1139
{
Callers
1
shape.c
File · 0.85
Calls
1
msGEOSSymDifference
Function · 0.85
Tested by
no test coverage detected