18#ifndef QGS_GEOMETRY_COVER_CHECK_H 
   19#define QGS_GEOMETRY_COVER_CHECK_H 
   38      , mContainingFeature( qMakePair( containingFeature.layer()->id(), containingFeature.feature().id() ) )
 
   40    const QPair<QString, QgsFeatureId> &
containingFeature()
 const { 
return mContainingFeature; }
 
   50    QPair<QString, QgsFeatureId> mContainingFeature;
 
   66    void collectErrors( 
const QMap<QString, QgsFeaturePool *> &featurePools, QList<QgsGeometryCheckError *> &errors, QStringList &messages, 
QgsFeedback *feedback, 
const LayerFeatureIds &ids = LayerFeatureIds() ) 
const override;
 
   67    void fixError( 
const QMap<QString, QgsFeaturePool *> &featurePools, 
QgsGeometryCheckError *error, 
int method, 
const QMap<QString, int> &mergeAttributeIndices, Changes &changes ) 
const override;
 
   68    Q_DECL_DEPRECATED QStringList resolutionMethods() 
const override;
 
   69    QString 
id()
 const override { 
return factoryId(); }
 
   70    QString 
description()
 const override { 
return factoryDescription(); }
 
   76    static QString 
factoryId() { 
return QStringLiteral( 
"QgsGeometryContainedCheck" ); }
 
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.
 
const QgsGeometryCheck * check() const
The geometry check that created this error.
 
This class implements a geometry check.
 
CheckType
The type of a check.
 
@ FeatureCheck
The check controls geometries as a whole.
 
A layer feature combination to uniquely identify and access a feature in a set of layers.
 
bool isEqual(QgsGeometryCheckError *other) const override
Check if this error is equal to other.
 
const QPair< QString, QgsFeatureId > & containingFeature() const
 
QgsGeometryContainedCheckError(const QgsGeometryCheck *check, const QgsGeometryCheckerUtils::LayerFeature &layerFeature, const QgsPointXY &errorLocation, const QgsGeometryCheckerUtils::LayerFeature &containingFeature)
 
static QgsGeometryCheck::CheckType factoryCheckType()
 
static bool factoryIsCompatible(QgsVectorLayer *layer)
 
static QString factoryId()
 
QString description() const override
Returns a human readable description for this check.
 
static QString factoryDescription()
 
QString id() const override
Returns an id for this check.
 
QgsGeometryCheck::CheckType checkType() const override
Returns the check type.
 
static QList< QgsWkbTypes::GeometryType > factoryCompatibleGeometryTypes()
 
QgsGeometryContainedCheck(QgsGeometryCheckContext *context, const QVariantMap &configuration)
 
QList< QgsWkbTypes::GeometryType > compatibleGeometryTypes() const override
A list of geometry types for which this check can be performed.
 
A class to represent a 2D point.
 
Represents a vector layer which manages a vector based data sets.
 
Utility class for identifying a unique vertex within a geometry.