MCPcopy Create free account
hub / github.com/MapServer/MapServer / shapeObj_topologypreservingsimplify

Function shapeObj_topologypreservingsimplify

mapscript/php/mapscript_i.c:1097–1100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1095
1096
1097shapeObj *shapeObj_topologypreservingsimplify(shapeObj *self, double tolerance)
1098{
1099 return msGEOSTopologyPreservingSimplify(self, tolerance);
1100}
1101
1102
1103shapeObj *shapeObj_convexHull(shapeObj *self)

Callers 1

shape.cFile · 0.85

Calls 1

Tested by

no test coverage detected