QGIS API Documentation
3.14.0-Pi (9f7028fd23)
|
Go to the documentation of this file.
18 #ifndef QGS_GEOMETRY_MULTIPART_CHECK_H
19 #define QGS_GEOMETRY_MULTIPART_CHECK_H
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(
"QgsGeometryMultipartCheck" ); }
41 QString
id()
const override {
return factoryId(); }
48 #endif // QGS_GEOMETRY_MULTIPART_CHECK_H
QString description() const override
Returns a human readable description for this check.
static bool factoryIsCompatible(QgsVectorLayer *layer)
static QString factoryId()
virtual Q_DECL_DEPRECATED QStringList resolutionMethods() const
Returns a list of descriptions for available resolutions for errors.
QList< QgsWkbTypes::GeometryType > compatibleGeometryTypes() const override
A list of geometry types for which this check can be performed.
static QString factoryDescription()
virtual QList< QgsSingleGeometryCheckError * > processGeometry(const QgsGeometry &geometry) const =0
Check the geometry for errors.
QgsGeometryMultipartCheck(QgsGeometryCheckContext *context, const QVariantMap &configuration)
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.
static QgsGeometryCheck::CheckType factoryCheckType()
QgsGeometryCheck::CheckType checkType() const override
Returns the check type.
static QList< QgsWkbTypes::GeometryType > factoryCompatibleGeometryTypes()
CheckType
The type of a check.
@ FeatureCheck
The check controls geometries as a whole.
QString id() const override
Returns an id for this check.