QGIS API Documentation
3.14.0-Pi (9f7028fd23)
|
Go to the documentation of this file.
18 #ifndef QGS_GEOMETRY_COVER_CHECK_H
19 #define QGS_GEOMETRY_COVER_CHECK_H
37 , mContainingFeature( qMakePair( containingFeature.layer()->id(), containingFeature.feature().id() ) )
39 const QPair<QString, QgsFeatureId> &
containingFeature()
const {
return mContainingFeature; }
49 QPair<QString, QgsFeatureId> mContainingFeature;
63 void collectErrors(
const QMap<QString, QgsFeaturePool *> &featurePools, QList<QgsGeometryCheckError *> &errors, QStringList &messages,
QgsFeedback *feedback,
const LayerFeatureIds &ids = LayerFeatureIds() )
const override;
64 void fixError(
const QMap<QString, QgsFeaturePool *> &featurePools,
QgsGeometryCheckError *error,
int method,
const QMap<QString, int> &mergeAttributeIndices, Changes &changes )
const override;
66 QString
id()
const override {
return factoryId(); }
67 QString
description()
const override {
return factoryDescription(); }
73 static QString
factoryId() {
return QStringLiteral(
"QgsGeometryContainedCheck" ); }
77 #endif // QGS_GEOMETRY_COVER_CHECK_H
QList< QgsWkbTypes::GeometryType > compatibleGeometryTypes() const override
A list of geometry types for which this check can be performed.
const QgsGeometryCheck * check() const
The geometry check that created this error.
QgsGeometryContainedCheckError(const QgsGeometryCheck *check, const QgsGeometryCheckerUtils::LayerFeature &layerFeature, const QgsPointXY &errorLocation, const QgsGeometryCheckerUtils::LayerFeature &containingFeature)
QgsGeometryCheck::CheckType checkType() const override
Returns the check type.
QgsFeatureId featureId() const
The id of the feature on which this error has been detected.
bool isEqual(QgsGeometryCheckError *other) const override
Check if this error is equal to other.
const QPair< QString, QgsFeatureId > & containingFeature() const
virtual Q_DECL_DEPRECATED QStringList resolutionMethods() const
Returns a list of descriptions for available resolutions for errors.
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.
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 QList< QgsWkbTypes::GeometryType > factoryCompatibleGeometryTypes()
static QString factoryDescription()
QString id() const override
Returns an id for this check.
static bool factoryIsCompatible(QgsVectorLayer *layer)
QString description() const override
Returns a human readable description for this check.
QgsGeometryContainedCheck(QgsGeometryCheckContext *context, const QVariantMap &configuration)
CheckType
The type of a check.
Utility class for identifying a unique vertex within a geometry.
static QString factoryId()
@ FeatureCheck
The check controls geometries as a whole.
static QgsGeometryCheck::CheckType factoryCheckType()