Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1123
shapeObj *shapeObj_intersection(shapeObj *self, shapeObj *shape)
1124
{
1125
return msGEOSIntersection(self, shape);
1126
}
1127
1128
shapeObj *shapeObj_difference(shapeObj *self, shapeObj *shape)
1129
{
Callers
1
shape.c
File · 0.85
Calls
1
msGEOSIntersection
Function · 0.85
Tested by
no test coverage detected