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