QGIS API Documentation
3.0.2-Girona (307d082)
|
#include <qgsgeometryvalidator.h>
Public Slots | |
void | addError (const QgsGeometry::Error &) |
Signals | |
void | errorFound (const QgsGeometry::Error &) |
Public Member Functions | |
QgsGeometryValidator (const QgsGeometry &geoemtry, QVector< QgsGeometry::Error > *errors=nullptr, QgsGeometry::ValidationMethod method=QgsGeometry::ValidatorQgisInternal) | |
Constructor for QgsGeometryValidator. More... | |
~QgsGeometryValidator () override | |
void | run () override |
void | stop () |
Static Public Member Functions | |
static void | validateGeometry (const QgsGeometry &geometry, QVector< QgsGeometry::Error > &errors, QgsGeometry::ValidationMethod method=QgsGeometry::ValidatorQgisInternal) |
Validate geometry and produce a list of geometry errors. More... | |
Definition at line 28 of file qgsgeometryvalidator.h.
QgsGeometryValidator::QgsGeometryValidator | ( | const QgsGeometry & | geoemtry, |
QVector< QgsGeometry::Error > * | errors = nullptr , |
||
QgsGeometry::ValidationMethod | method = QgsGeometry::ValidatorQgisInternal |
||
) |
Constructor for QgsGeometryValidator.
Definition at line 22 of file qgsgeometryvalidator.cpp.
|
override |
Definition at line 31 of file qgsgeometryvalidator.cpp.
|
slot |
Definition at line 347 of file qgsgeometryvalidator.cpp.
|
signal |
|
override |
Definition at line 213 of file qgsgeometryvalidator.cpp.
void QgsGeometryValidator::stop | ( | ) |
Definition at line 37 of file qgsgeometryvalidator.cpp.
|
static |
Validate geometry and produce a list of geometry errors.
Definition at line 353 of file qgsgeometryvalidator.cpp.