16 #ifndef QGSGEOMETRYISVALIDCHECK_H
17 #define QGSGEOMETRYISVALIDCHECK_H
65 QList<QgsWkbTypes::GeometryType> compatibleGeometryTypes()
const override;
66 QList<QgsSingleGeometryCheckError *> processGeometry(
const QgsGeometry &geometry )
const override;
67 Q_DECL_DEPRECATED QStringList resolutionMethods()
const override;
68 QString
description()
const override {
return factoryDescription(); }
69 QString
id()
const override {
return factoryId(); }
73 static QList<QgsWkbTypes::GeometryType> factoryCompatibleGeometryTypes()
SIP_SKIP;
75 static QString factoryDescription()
SIP_SKIP;
Base configuration for geometry checks.
This class implements a geometry check.
CheckType
The type of a check.
An error for a QgsGeometryIsValid check.
Checks if geometries are valid using the backend configured in the QGIS settings.
QString id() const override
Returns an id for this check.
QgsGeometryCheck::CheckType checkType() const override
Returns the check type.
QString description() const override
Returns a human readable description for this check.
A geometry is the spatial representation of a feature.
An error from a QgsSingleGeometryCheck.
virtual QString description() const
A human readable description of this error.
Base class for geometry checks for a single geometry without any context of the layer or other layers...
Represents a vector layer which manages a vector based data sets.