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