Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MapServer/MapServer
/ shapeObj_simplify
Function
shapeObj_simplify
mapscript/php/mapscript_i.c:1091–1094 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1089
1090
1091
shapeObj *shapeObj_simplify(shapeObj *self, double tolerance)
1092
{
1093
return msGEOSSimplify(self, tolerance);
1094
}
1095
1096
1097
shapeObj *shapeObj_topologypreservingsimplify(shapeObj *self, double tolerance)
Callers
1
shape.c
File · 0.85
Calls
1
msGEOSSimplify
Function · 0.85
Tested by
no test coverage detected