QGIS API Documentation
3.14.0-Pi (9f7028fd23)
|
Go to the documentation of this file.
18 #ifndef QGS_GEOMETRY_SELFCONTACT_CHECK_H
19 #define QGS_GEOMETRY_SELFCONTACT_CHECK_H
35 void fixError(
const QMap<QString, QgsFeaturePool *> &featurePools,
QgsGeometryCheckError *error,
int method,
const QMap<QString, int> &mergeAttributeIndices, Changes & )
const override;
38 QString
description()
const override {
return factoryDescription(); }
39 static QString
factoryId() {
return QStringLiteral(
"QgsGeometrySelfContactCheck" ); }
40 QString
id()
const override {
return factoryId(); }
47 #endif // QGS_GEOMETRY_SELFCONTACT_CHECK_H
virtual Q_DECL_DEPRECATED QStringList resolutionMethods() const
Returns a list of descriptions for available resolutions for errors.
virtual QList< QgsSingleGeometryCheckError * > processGeometry(const QgsGeometry &geometry) const =0
Check the geometry for errors.
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.
CheckType
The type of a check.