|
MapGuide API Reference
|
| MgGeometry* MgGeometrySimplifier::Simplify | ( | MgGeometry * | geom, |
| double | tolerance, | ||
| INT32 | algorithm | ||
| ) |
Simplifies the given geometry using the specified algorithm and tolerance.
| virtual MgGeometry Simplify(MgGeometry geom, double tolerance, int algorithm); |
| virtual MgGeometry Simplify(MgGeometry geom, double tolerance, int algorithm); |
| virtual MgGeometry Simplify(MgGeometry geom, double tolerance, int algorithm); |
| geom | (MgGeometry) The geometry instance to be simplified |
| tolerance | (double) The tolerance factor to simplify by |
| algorithm | (int) The simplification algorithm to use. Use any value from MgGeometrySimplificationAlgorithmType |