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