18 #ifndef QGS_GEOMETRY_TYPE_CHECK_H 19 #define QGS_GEOMETRY_TYPE_CHECK_H 34 , mFlatType( flatType )
54 , mAllowedTypes( allowedTypes )
58 void fixError(
const QMap<QString, QgsFeaturePool *> &featurePools,
QgsGeometryCheckError *error,
int method,
const QMap<QString, int> &mergeAttributeIndices,
Changes &changes )
const override;
61 QString
id()
const override;
66 static QString factoryDescription()
SIP_SKIP;
71 enum ResolutionMethod { Convert, Delete, NoChange };
75 #endif // QGS_GEOMETRY_TYPE_CHECK_H QgsGeometryTypeCheck(QgsGeometryCheckContext *context, const QVariantMap &configuration, int allowedTypes)
static bool factoryIsCompatible(QgsVectorLayer *layer)
virtual bool isEqual(const QgsSingleGeometryCheckError *other) const
Check if this error is equal to other.
CheckType
The type of a check.
A geometry is the spatial representation of a feature.
Base class for geometry checks for a single geometry without any context of the layer or other layers...
static QList< QgsWkbTypes::GeometryType > factoryCompatibleGeometryTypes()
Base configuration for geometry checks.
Type
The WKB type describes the number of dimensions a geometry has.
virtual CheckType checkType() const =0
Returns the check type.
QgsGeometryTypeCheckError(const QgsSingleGeometryCheck *check, const QgsGeometry &geometry, const QgsGeometry &errorLocation, QgsWkbTypes::Type flatType)
virtual QString id() const =0
Returns an id for this check.
An error from a QgsSingleGeometryCheck.
virtual QString description() const
A human readable description of this error.
QList< QgsWkbTypes::GeometryType > compatibleGeometryTypes() const override
A list of geometry types for which this check can be performed.
QMap< QString, QMap< QgsFeatureId, QList< QgsGeometryCheck::Change > > > Changes
A collection of changes.
virtual QString description() const =0
Returns a human readable description for this check.
virtual void fixError(const QMap< QString, QgsFeaturePool *> &featurePools, QgsGeometryCheckError *error, int method, const QMap< QString, int > &mergeAttributeIndices, Changes &changes) const
Fix the error error with the specified method.
virtual QList< QgsSingleGeometryCheckError * > processGeometry(const QgsGeometry &geometry) const =0
Check the geometry for errors.
virtual QStringList resolutionMethods() const =0
Returns a list of descriptions for available resolutions for errors.
This represents an error reported by a geometry check.
Represents a vector layer which manages a vector based data sets.