diff --git a/python/core/qgsmaptopixelgeometrysimplifier.sip b/python/core/qgsmaptopixelgeometrysimplifier.sip index 5be32fabb5f..c4c3e16a3b9 100644 --- a/python/core/qgsmaptopixelgeometrysimplifier.sip +++ b/python/core/qgsmaptopixelgeometrysimplifier.sip @@ -43,6 +43,9 @@ class QgsMapToPixelSimplifier : QgsAbstractGeometrySimplifier //! Sets the local simplification algorithm of the vector layer managed void setSimplifyAlgorithm( SimplifyAlgorithm simplifyAlgorithm ); + //! Returns a simplified version the specified geometry + virtual QgsGeometry simplify( const QgsGeometry& geometry ) const; + //! Sets the tolerance of the vector layer managed void setTolerance( double value );