QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
#include <QList>
#include <QCoreApplication>
#include "qgsgeometry.h"
#include "qgsgeometrycheck.h"
#include "qgsgeometrycheckerror.h"
#include "qgis_analysis.h"
Go to the source code of this file.
Classes | |
class | QgsGeometryCheckErrorSingle |
Wraps a QgsSingleGeometryError into a standard QgsGeometryCheckError. The single error can be obtained via singleError. More... | |
class | QgsSingleGeometryCheck |
Base class for geometry checks for a single geometry without any context of the layer or other layers in the project. Classic examples are validity checks like self-intersection. More... | |
class | QgsSingleGeometryCheckError |
An error from a QgsSingleGeometryCheck. More... | |