18#ifndef QGS_GEOMETRY_DUPLICATE_CHECK_H
19#define QGS_GEOMETRY_DUPLICATE_CHECK_H
39 QMap<QString, QList<QgsFeatureId>>
duplicates()
const {
return mDuplicates; }
50 QMap<QString, QList<QgsFeatureId>> mDuplicates;
52 static QString duplicatesString(
const QMap<QString, QgsFeaturePool *> &featurePools,
const QMap<QString, QList<QgsFeatureId>> &duplicates );
65 QgsGeometryCheck::Result collectErrors(
const QMap<QString, QgsFeaturePool *> &featurePools, QList<QgsGeometryCheckError *> &errors, QStringList &messages,
QgsFeedback *feedback,
const LayerFeatureIds &ids = LayerFeatureIds() )
const override;
66 void fixError(
const QMap<QString, QgsFeaturePool *> &featurePools,
QgsGeometryCheckError *error,
int method,
const QMap<QString, int> &mergeAttributeIndices, Changes &changes )
const override;
69 Q_DECL_DEPRECATED QStringList resolutionMethods()
const override;
77 static QString factoryId();
Base class for feedback objects to be used for cancellation of something running in a worker thread.
Base configuration for geometry checks.
This represents an error reported by a geometry check.
QgsFeatureId featureId() const
The id of the feature on which this error has been detected.
QgsGeometryCheckError(const QgsGeometryCheck *check, const QgsGeometryCheckerUtils::LayerFeature &layerFeature, const QgsPointXY &errorLocation, QgsVertexId vidx=QgsVertexId(), const QVariant &value=QVariant(), ValueType valueType=ValueOther)
Create a new geometry check error with the parent check and for the layerFeature pair at the errorLoc...
const QgsGeometryCheck * check() const
The geometry check that created this error.
const QString & layerId() const
The id of the layer on which this error has been detected.
Base class for geometry checks.
CheckType
The type of a check.
Result
Result of the geometry checker operation.
QgsGeometryCheck(const QgsGeometryCheckContext *context, const QVariantMap &configuration)
Create a new geometry check.
const QgsGeometryCheckContext * context() const
Returns the context.
A layer feature combination to uniquely identify and access a feature in a set of layers.
bool isEqual(QgsGeometryCheckError *other) const override
Returns if the other error is equivalent.
QMap< QString, QList< QgsFeatureId > > duplicates() const
Returns the duplicates.
QgsGeometryDuplicateCheckError(const QgsGeometryCheck *check, const QgsGeometryCheckerUtils::LayerFeature &layerFeature, const QgsPointXY &errorLocation, const QMap< QString, QgsFeaturePool * > &featurePools, const QMap< QString, QList< QgsFeatureId > > &duplicates)
Constructor.
static QgsGeometryCheck::CheckType factoryCheckType()
static QString factoryId()
static bool factoryIsCompatible(QgsVectorLayer *layer)
static QList< Qgis::GeometryType > factoryCompatibleGeometryTypes()
QList< Qgis::GeometryType > compatibleGeometryTypes() const override
A list of geometry types for which this check can be performed.
QgsGeometryCheck::CheckType checkType() const override
Returns the check type.
static QString factoryDescription()
QString id() const override
Returns an id for this check.
QString description() const override
Returns a human readable description for this check.
QgsGeometryDuplicateCheck(QgsGeometryCheckContext *context, const QVariantMap &configuration)
Represents a vector layer which manages a vector based dataset.
void CPL_STDCALL collectErrors(CPLErr, int, const char *msg)
Utility class for identifying a unique vertex within a geometry.