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