Changes between Version 1 and Version 2 of MapGuideRfc153
- Timestamp:
- 11/20/15 02:21:09 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc153
v1 v2 32 32 One set of APIs in GEOS that is not exposed in MapGuide's geometry APIs is geometry simplification 33 33 34 There is value in having such functionality available in the MapGuide API (eg. A MapGuide application that wants to return geometry data to clients at reduced fidelity)34 There is value in having such functionality available in the MapGuide API (eg. A MapGuide application that wants to return geometry data (or representations of it) to client applications at reduced fidelity) 35 35 36 36 == Proposed Solution == … … 39 39 40 40 {{{ 41 /// \defgroup Mg AgfReaderWriter MgAgfReaderWriter41 /// \defgroup MgGeometrySimplifier MgGeometrySimplifier 42 42 /// \ingroup Geometry_Module_classes 43 43 /// \{ … … 128 128 /// 129 129 /// \return 130 /// A simplified MgGeometry instance or null if simp ification resultsin an empty geometry130 /// A simplified MgGeometry instance or null if simplification failed or resulted in an empty geometry 131 131 /// 132 132 MgGeometry* Simplify(MgGeometry* geom, double tolerance, INT32 algorithm);