QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Go to the documentation of this file.
18 #ifndef QGSGEOMETRYPOINTINPOLYGONCHECK_H
19 #define QGSGEOMETRYPOINTINPOLYGONCHECK_H
37 void collectErrors(
const QMap<QString, QgsFeaturePool *> &featurePools, QList<QgsGeometryCheckError *> &errors, QStringList &messages,
QgsFeedback *feedback,
const LayerFeatureIds &ids = LayerFeatureIds() )
const override;
38 void fixError(
const QMap<QString, QgsFeaturePool *> &featurePools,
QgsGeometryCheckError *error,
int method,
const QMap<QString, int> &mergeAttributeIndices, Changes &changes )
const override;
41 QString
description()
const override {
return factoryDescription(); }
42 static QString
factoryId() {
return QStringLiteral(
"QgsGeometryPointInPolygonCheck" ); }
43 QString
id()
const override {
return factoryId(); }
50 #endif // QGSGEOMETRYPOINTINPOLYGONCHECK_H
QgsGeometryCheck::CheckType checkType() const override
Returns the check type.
static QString factoryId()
QgsGeometryPointInPolygonCheck(QgsGeometryCheckContext *context, const QVariantMap &configuration)
QString id() const override
Returns an id for this check.
virtual Q_DECL_DEPRECATED QStringList resolutionMethods() const
Returns a list of descriptions for available resolutions for errors.
static bool factoryIsCompatible(QgsVectorLayer *layer)
virtual void collectErrors(const QMap< QString, QgsFeaturePool * > &featurePools, QList< QgsGeometryCheckError * > &errors, QStringList &messages, QgsFeedback *feedback, const LayerFeatureIds &ids=QgsGeometryCheck::LayerFeatureIds()) const =0
The main worker method.
This class implements a geometry 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.
Base class for feedback objects to be used for cancellation of something running in a worker thread.
static QString factoryDescription()
Base configuration for geometry checks.
QString description() const override
Returns a human readable description for this check.
static QList< QgsWkbTypes::GeometryType > factoryCompatibleGeometryTypes()
QList< QgsWkbTypes::GeometryType > compatibleGeometryTypes() const override
A list of geometry types for which this check can be performed.
Represents a vector layer which manages a vector based data sets.
CheckType
The type of a check.
A point in polygon check.
This represents an error reported by a geometry check.