mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Dox
This commit is contained in:
parent
9f682a0663
commit
0659dd7236
@ -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;
|
||||
|
||||
|
@ -30,6 +30,10 @@
|
||||
class ANALYSIS_EXPORT QgsGeometryCheckContext
|
||||
{
|
||||
public:
|
||||
|
||||
/**
|
||||
* Creates a new QgsGeometryCheckContext.
|
||||
*/
|
||||
QgsGeometryCheckContext( int precision,
|
||||
const QgsCoordinateReferenceSystem &mapCrs,
|
||||
const QgsCoordinateTransformContext &transformContext,
|
||||
|
Loading…
x
Reference in New Issue
Block a user