Add missing sip binding

This commit is contained in:
Nyall Dawson 2016-09-01 08:04:39 +10:00
parent 5d97d03ad5
commit fbd6618d4a

View File

@ -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 );