Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MapServer/MapServer
/ shapeObj_Union
Function
shapeObj_Union
mapscript/php/mapscript_i.c:1118–1121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1116
}
1117
1118
shapeObj *shapeObj_Union(shapeObj *self, shapeObj *shape)
1119
{
1120
return msGEOSUnion(self, shape);
1121
}
1122
1123
shapeObj *shapeObj_intersection(shapeObj *self, shapeObj *shape)
1124
{
Callers
1
shape.c
File · 0.85
Calls
1
msGEOSUnion
Function · 0.85
Tested by
no test coverage detected