MCPcopy Index your code
hub / github.com/MapServer/MapServer / shapeObj_intersection

Function shapeObj_intersection

mapscript/php/mapscript_i.c:1123–1126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1121}
1122
1123shapeObj *shapeObj_intersection(shapeObj *self, shapeObj *shape)
1124{
1125 return msGEOSIntersection(self, shape);
1126}
1127
1128shapeObj *shapeObj_difference(shapeObj *self, shapeObj *shape)
1129{

Callers 1

shape.cFile · 0.85

Calls 1

msGEOSIntersectionFunction · 0.85

Tested by

no test coverage detected