We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 9668eab commit e63526fCopy full SHA for e63526f
src/analysis/vector/geometry_checker/qgsgeometryisvalidcheck.h
@@ -21,7 +21,10 @@ email : matthias@opengis.ch
21
#include "qgssinglegeometrycheck.h"
22
23
/**
24
- * Checks if geometries are valid using the configured method of
+ * Checks if geometries are valid using the backend configured in the QGIS settings.
25
+ * This does not offer any fixes but makes sure that all geometries are valid.
26
+ *
27
+ * \since QGIS 3.4
28
*/
29
class ANALYSIS_EXPORT QgsGeometryIsValidCheck : public QgsSingleGeometryCheck
30
{
0 commit comments