MCPcopy 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
1091shapeObj *shapeObj_simplify(shapeObj *self, double tolerance)
1092{
1093 return msGEOSSimplify(self, tolerance);
1094}
1095
1096
1097shapeObj *shapeObj_topologypreservingsimplify(shapeObj *self, double tolerance)

Callers 1

shape.cFile · 0.85

Calls 1

msGEOSSimplifyFunction · 0.85

Tested by

no test coverage detected