QGIS API Documentation
3.8.0-Zanzibar (11aff65)
|
#include <qgsgeometryselfintersectioncheck.h>
Public Member Functions | |
QgsGeometrySelfIntersectionCheckError (const QgsSingleGeometryCheck *check, const QgsGeometry &geometry, const QgsGeometry &errorLocation, QgsVertexId vertexId, const QgsGeometryUtils::SelfIntersection &intersection) | |
bool | handleChanges (const QList< QgsGeometryCheck::Change > &changes) override |
Apply a list of changes. More... | |
const QgsGeometryUtils::SelfIntersection & | intersection () const |
bool | isEqual (const QgsSingleGeometryCheckError *other) const override |
Check if this error is equal to other. More... | |
void | update (const QgsSingleGeometryCheckError *other) override |
Update this error with the information from other. More... | |
Public Member Functions inherited from QgsSingleGeometryCheckError | |
QgsSingleGeometryCheckError (const QgsSingleGeometryCheck *check, const QgsGeometry &geometry, const QgsGeometry &errorLocation, const QgsVertexId &vertexId=QgsVertexId()) | |
Creates a new single geometry check error. More... | |
virtual | ~QgsSingleGeometryCheckError ()=default |
const QgsSingleGeometryCheck * | check () const |
The check that created this error. More... | |
virtual QString | description () const |
A human readable description of this error. More... | |
QgsGeometry | errorLocation () const |
The exact location of the error. More... | |
QgsVertexId | vertexId () const |
The vertex id of the error. More... | |
Additional Inherited Members | |
Protected Attributes inherited from QgsSingleGeometryCheckError | |
const QgsSingleGeometryCheck * | mCheck = nullptr |
QgsGeometry | mErrorLocation |
QgsGeometry | mGeometry |
QgsVertexId | mVertexId |
Definition at line 27 of file qgsgeometryselfintersectioncheck.h.
|
inline |
Definition at line 30 of file qgsgeometryselfintersectioncheck.h.
|
overridevirtual |
Apply a list of changes.
Reimplemented from QgsSingleGeometryCheckError.
Definition at line 33 of file qgsgeometryselfintersectioncheck.cpp.
|
inline |
Definition at line 39 of file qgsgeometryselfintersectioncheck.h.
|
overridevirtual |
Check if this error is equal to other.
Is reimplemented by subclasses with additional information, comparison of base information is done in parent class.
Reimplemented from QgsSingleGeometryCheckError.
Definition at line 26 of file qgsgeometryselfintersectioncheck.cpp.
|
overridevirtual |
Update this error with the information from other.
Will be used to update existing errors whenever they are re-checked.
Reimplemented from QgsSingleGeometryCheckError.
Definition at line 62 of file qgsgeometryselfintersectioncheck.cpp.