MCPcopy 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
1118shapeObj *shapeObj_Union(shapeObj *self, shapeObj *shape)
1119{
1120 return msGEOSUnion(self, shape);
1121}
1122
1123shapeObj *shapeObj_intersection(shapeObj *self, shapeObj *shape)
1124{

Callers 1

shape.cFile · 0.85

Calls 1

msGEOSUnionFunction · 0.85

Tested by

no test coverage detected