This commit is contained in:
Matthias Kuhn 2019-08-12 16:55:38 +02:00
parent 9f682a0663
commit 0659dd7236
2 changed files with 8 additions and 0 deletions

View File

@ -24,10 +24,14 @@ Base configuration for geometry checks.
#include "qgsgeometrycheckcontext.h"
%End
public:
QgsGeometryCheckContext( int precision,
const QgsCoordinateReferenceSystem &mapCrs,
const QgsCoordinateTransformContext &transformContext,
const QgsProject *mProject );
%Docstring
Creates a new QgsGeometryCheckContext.
%End
const double tolerance;

View File

@ -30,6 +30,10 @@
class ANALYSIS_EXPORT QgsGeometryCheckContext
{
public:
/**
* Creates a new QgsGeometryCheckContext.
*/
QgsGeometryCheckContext( int precision,
const QgsCoordinateReferenceSystem &mapCrs,
const QgsCoordinateTransformContext &transformContext,