18 #ifndef QGS_GEOMETRY_SELFCONTACT_CHECK_H 
   19 #define QGS_GEOMETRY_SELFCONTACT_CHECK_H 
   37     void fixError( 
const QMap<QString, QgsFeaturePool *> &featurePools, 
QgsGeometryCheckError *error, 
int method, 
const QMap<QString, int> &mergeAttributeIndices, Changes & ) 
const override;
 
   40     QString 
description()
 const override { 
return factoryDescription(); }
 
   41     static QString 
factoryId() { 
return QStringLiteral( 
"QgsGeometrySelfContactCheck" ); }
 
   42     QString 
id()
 const override { 
return factoryId(); }
 
Base configuration for geometry checks.
This represents an error reported by a geometry check.
virtual Q_DECL_DEPRECATED QStringList resolutionMethods() const
Returns a list of descriptions for available resolutions for errors.
CheckType
The type of a check.
virtual void fixError(const QMap< QString, QgsFeaturePool * > &featurePools, QgsGeometryCheckError *error, int method, const QMap< QString, int > &mergeAttributeIndices, Changes &changes) const
Fixes the error error with the specified method.
A geometry is the spatial representation of a feature.
Base class for geometry checks for a single geometry without any context of the layer or other layers...
virtual QList< QgsSingleGeometryCheckError * > processGeometry(const QgsGeometry &geometry) const =0
Check the geometry for errors.
Represents a vector layer which manages a vector based data sets.