18 #ifndef QGS_GEOMETRY_ANGLE_CHECK_H
19 #define QGS_GEOMETRY_ANGLE_CHECK_H
39 , mMinAngle( configuration.value( QStringLiteral(
"minAngle" ), 0.0 ).toDouble() )
42 void collectErrors(
const QMap<QString, QgsFeaturePool *> &featurePools, QList<QgsGeometryCheckError *> &errors, QStringList &messages,
QgsFeedback *feedback,
const LayerFeatureIds &ids = LayerFeatureIds() )
const override;
43 void fixError(
const QMap<QString, QgsFeaturePool *> &featurePools,
QgsGeometryCheckError *error,
int method,
const QMap<QString, int> &mergeAttributeIndices, Changes &changes )
const override;
47 QString
id()
const override;
51 static QList<QgsWkbTypes::GeometryType> factoryCompatibleGeometryTypes()
SIP_SKIP;
53 static QString factoryDescription()
SIP_SKIP;
61 #endif // QGS_GEOMETRY_ANGLE_CHECK_H