Changes between Version 1 and Version 2 of MapGuideRfc153


Ignore:
Timestamp:
Nov 20, 2015, 2:21:09 AM (8 years ago)
Author:
jng
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc153

    v1 v2  
    3232One set of APIs in GEOS that is not exposed in MapGuide's geometry APIs is geometry simplification
    3333
    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)
     34There 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)
    3535
    3636== Proposed Solution ==
     
    3939
    4040{{{
    41 /// \defgroup MgAgfReaderWriter MgAgfReaderWriter
     41/// \defgroup MgGeometrySimplifier MgGeometrySimplifier
    4242/// \ingroup Geometry_Module_classes
    4343/// \{
     
    128128    ///
    129129    /// \return
    130     /// A simplified MgGeometry instance or null if simpification results in an empty geometry
     130    /// A simplified MgGeometry instance or null if simplification failed or resulted in an empty geometry
    131131    ///
    132132    MgGeometry* Simplify(MgGeometry* geom, double tolerance, INT32 algorithm);