mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Add missing sip binding
This commit is contained in:
parent
5d97d03ad5
commit
fbd6618d4a
@ -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 );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user