Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MapServer/MapServer
/ shapeObj_difference
Function
shapeObj_difference
mapscript/php/mapscript_i.c:1128–1131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1126
}
1127
1128
shapeObj *shapeObj_difference(shapeObj *self, shapeObj *shape)
1129
{
1130
return msGEOSDifference(self, shape);
1131
}
1132
1133
shapeObj *shapeObj_symdifference(shapeObj *self, shapeObj *shape)
1134
{
Callers
1
shape.c
File · 0.85
Calls
1
msGEOSDifference
Function · 0.85
Tested by
no test coverage detected