18 #ifndef QGS_GEOMETRY_MULTIPART_CHECK_H 
   19 #define QGS_GEOMETRY_MULTIPART_CHECK_H 
   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( 
"QgsGeometryMultipartCheck" ); }
 
   43     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.
@ FeatureCheck
The check controls geometries as a whole.
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 bool factoryIsCompatible(QgsVectorLayer *layer)
static QString factoryId()
QgsGeometryMultipartCheck(QgsGeometryCheckContext *context, const QVariantMap &configuration)
static QList< QgsWkbTypes::GeometryType > factoryCompatibleGeometryTypes()
QgsGeometryCheck::CheckType checkType() const override
Returns the check type.
QString description() const override
Returns a human readable description for this check.
QList< QgsWkbTypes::GeometryType > compatibleGeometryTypes() const override
A list of geometry types for which this check can be performed.
static QgsGeometryCheck::CheckType factoryCheckType()
static QString factoryDescription()
QString id() const override
Returns an id for this check.
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.