18 #ifndef QGS_GEOMETRY_DUPLICATE_CHECK_H    19 #define QGS_GEOMETRY_DUPLICATE_CHECK_H    34                                     const QMap<QString, QgsFeaturePool *> &featurePools,
    35                                     const QMap<QString, QList<QgsFeatureId>> &duplicates )
    37       , mDuplicates( duplicates )
    39     QMap<QString, QList<QgsFeatureId>> 
duplicates()
 const { 
return mDuplicates; }
    51     QMap<QString, QList<QgsFeatureId>> mDuplicates;
    53     static QString duplicatesString( 
const QMap<QString, QgsFeaturePool *> &featurePools, 
const QMap<QString, QList<QgsFeatureId>> &duplicates );
    65     void fixError( 
const QMap<QString, QgsFeaturePool *> &featurePools, 
QgsGeometryCheckError *error, 
int method, 
const QMap<QString, int> &mergeAttributeIndices, 
Changes &changes ) 
const override;
    69     QString 
description()
 const override { 
return factoryDescription(); }
    70     QString 
id()
 const override { 
return factoryId(); }
    76     static QString factoryId();
    82 #endif // QGS_GEOMETRY_DUPLICATE_CHECK_H 
static QList< QgsWkbTypes::GeometryType > factoryCompatibleGeometryTypes()
 
A class to represent a 2D point. 
 
CheckType
The type of a check. 
 
Base class for feedback objects to be used for cancelation of something running in a worker thread...
 
static bool factoryIsCompatible(QgsVectorLayer *layer)
 
Base configuration for geometry checks. 
 
const QgsGeometryCheck * check() const
The geometry check that created this error. 
 
Utility class for identifying a unique vertex within a geometry. 
 
A layer feature combination to uniquely identify and access a feature in a set of layers...
 
static QString factoryDescription()
 
This class implements a geometry check. 
 
const QString & layerId() const
The id of the layer on which this error has been detected. 
 
A list of layers and feature ids for each of these layers. 
 
QString description() const override
Returns a human readable description for this check. 
 
QMap< QString, QList< QgsFeatureId > > duplicates() const
 
QgsGeometryDuplicateCheck(QgsGeometryCheckContext *context, const QVariantMap &configuration)
 
bool isEqual(QgsGeometryCheckError *other) const override
Check if this error is equal to other. 
 
QMap< QString, QMap< QgsFeatureId, QList< QgsGeometryCheck::Change > > > Changes
A collection of changes. 
 
QList< QgsWkbTypes::GeometryType > compatibleGeometryTypes() const override
A list of geometry types for which this check can be performed. 
 
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. 
 
QString id() const override
Returns an id for this check. 
 
QgsGeometryDuplicateCheckError(const QgsGeometryCheck *check, const QgsGeometryCheckerUtils::LayerFeature &layerFeature, const QgsPointXY &errorLocation, const QMap< QString, QgsFeaturePool *> &featurePools, const QMap< QString, QList< QgsFeatureId >> &duplicates)
 
virtual QStringList resolutionMethods() const =0
Returns a list of descriptions for available resolutions for errors. 
 
QgsFeatureId featureId() const
The id of the feature on which this error has been detected. 
 
QgsGeometryCheck::CheckType checkType() const override
Returns the check type. 
 
This represents an error reported by a geometry check. 
 
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. 
 
Represents a vector layer which manages a vector based data sets.