18 #ifndef QGSGEOMETRYPOINTINPOLYGONCHECK_H
19 #define QGSGEOMETRYPOINTINPOLYGONCHECK_H
35 void collectErrors(
const QMap<QString, QgsFeaturePool *> &featurePools, QList<QgsGeometryCheckError *> &errors, QStringList &messages,
QgsFeedback *feedback,
const LayerFeatureIds &ids = LayerFeatureIds() )
const override;
36 void fixError(
const QMap<QString, QgsFeaturePool *> &featurePools,
QgsGeometryCheckError *error,
int method,
const QMap<QString, int> &mergeAttributeIndices, Changes &changes )
const override;
39 QString
description()
const override {
return factoryDescription(); }
40 static QString
factoryId() {
return QStringLiteral(
"QgsGeometryPointInPolygonCheck" ); }
41 QString
id()
const override {
return factoryId(); }
48 #endif // QGSGEOMETRYPOINTINPOLYGONCHECK_H