16 #ifndef QGSSIMPLIFYMETHOD_H 17 #define QGSSIMPLIFYMETHOD_H 19 #include "qgis_core.h" 47 void setTolerance(
double tolerance );
49 inline double tolerance()
const {
return mTolerance; }
54 inline float threshold()
const {
return mThreshold; }
57 void setForceLocalOptimization(
bool localOptimization );
68 double mTolerance = 1;
72 bool mForceLocalOptimization =
true;
75 #endif // QGSSIMPLIFYMETHOD_H float threshold() const
Gets the simplification threshold in pixels. Represents the maximum distance in pixels between two co...
void setThreshold(float threshold)
Sets the simplification threshold in pixels. Represents the maximum distance in pixels between two co...
Simplify using the map2pixel data to optimize the rendering of geometries.
double tolerance() const
Gets the tolerance of simplification in map units. Represents the maximum distance in map units betwe...
No simplification is applied.
This class contains information about how to simplify geometries fetched from a QgsFeatureIterator.
Abstract base class for simplify geometries using a specific algorithm.
MethodType methodType() const
Gets the simplification type.
bool forceLocalOptimization() const
Gets whether the simplification executes after fetch the geometries from provider, otherwise it executes, when supported, in provider before fetch the geometries.