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 static QString factoryId()
 
static QgsGeometryCheck::CheckType factoryCheckType()
 
QList< QgsWkbTypes::GeometryType > compatibleGeometryTypes() const override
A list of geometry types for which this check can be performed. 
 
QString id() const override
Returns an id for this check. 
 
CheckType
The type of a check. 
 
A geometry is the spatial representation of a feature. 
 
QgsGeometryCheck::CheckType checkType() const override
Returns the check type. 
 
Base class for geometry checks for a single geometry without any context of the layer or other layers...
 
Base configuration for geometry checks. 
 
The check controls geometries as a whole. 
 
static QString factoryDescription()
 
QgsGeometryMultipartCheck(QgsGeometryCheckContext *context, const QVariantMap &configuration)
 
static QList< QgsWkbTypes::GeometryType > factoryCompatibleGeometryTypes()
 
QMap< QString, QMap< QgsFeatureId, QList< QgsGeometryCheck::Change > > > Changes
A collection of changes. 
 
virtual void fixError(const QMap< QString, QgsFeaturePool *> &featurePools, QgsGeometryCheckError *error, int method, const QMap< QString, int > &mergeAttributeIndices, Changes &changes) const
Fix the error error with the specified method. 
 
virtual QList< QgsSingleGeometryCheckError * > processGeometry(const QgsGeometry &geometry) const =0
Check the geometry for errors. 
 
virtual QStringList resolutionMethods() const =0
Returns a list of descriptions for available resolutions for errors. 
 
This represents an error reported by a geometry check. 
 
Represents a vector layer which manages a vector based data sets. 
 
QString description() const override
Returns a human readable description for this check. 
 
static bool factoryIsCompatible(QgsVectorLayer *layer)