You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: python/core/qgssimplifymethod.sip
+1-1
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ class QgsSimplifyMethod
26
26
27
27
//! Sets the tolerance of simplification in map units. Represents the maximum distance in map units between two coordinates which can be considered equal.
28
28
void setTolerance( double tolerance );
29
-
//! Gets the tolerance of simplification in map units. Represents the maximum distance in map units between two coordinates which can be considered equal.
29
+
//! Gets the tolerance of simplification in map units. Represents the maximum distance in map units between two coordinates which can be considered equal.
30
30
double tolerance() const;
31
31
32
32
//! Sets the simplification threshold in pixels. Represents the maximum distance in pixels between two coordinates which can be considered equal.
/** Gets the local simplification algorithm of the vector layer managed */
43
+
SimplifyAlgorithm simplifyAlgorithm() const;
44
+
45
+
/** Sets the tolerance of simplification in map units. Represents the maximum distance in map units between two coordinates which can be considered equal */
46
+
void setTolerance( double tolerance );
47
+
/** Gets the tolerance of simplification in map units. Represents the maximum distance in map units between two coordinates which can be considered equal */
48
+
double tolerance() const;
49
+
32
50
/** Sets the simplification threshold of the vector layer managed */
33
51
void setThreshold( float threshold );
34
52
/** Gets the simplification threshold of the vector layer managed */
0 commit comments