Class: QgsGeometryCheckContext

class qgis.analysis.QgsGeometryCheckContext(precision: int, mapCrs: QgsCoordinateReferenceSystem, transformContext: QgsCoordinateTransformContext, mProject: QgsProject)

Bases: sip.wrapper

Creates a new QgsGeometryCheckContext.

Base configuration for geometry checks.

Note

This class is a technology preview and unstable API.

New in version 3.4.

Parameters
mapCrs
project(self)QgsProject

The project can be used to resolve additional layers.

This must only be accessed from the main thread (i.e. do not access from the collectError method)

New in version 3.10.

Return type

QgsProject

reducedTolerance
tolerance
transformContext