18 #ifndef QGS_GEOMETRY_SLIVERPOLYGON_CHECK_H
19 #define QGS_GEOMETRY_SLIVERPOLYGON_CHECK_H
32 mThresholdMapUnits = configurationValue<double>(
"threshold" );
33 mMaxArea = configurationValue<double>(
"maxArea" );
37 static QString
factoryId() {
return QStringLiteral(
"QgsGeometrySliverPolygonCheck" ); }
41 bool checkThreshold(
double layerToMapUnits,
const QgsAbstractGeometry *geom,
double &value )
const override;
43 double mThresholdMapUnits;
48 #endif // QGS_GEOMETRY_SLIVERPOLYGON_CHECK_H