2018-09-06 17:30:56 +02:00
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
|
|
|
* src/analysis/vector/geometry_checker/qgsgeometrycheckcontext.h *
|
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
struct QgsGeometryCheckContext
|
|
|
|
{
|
|
|
|
QgsGeometryCheckContext( int precision,
|
|
|
|
const QgsCoordinateReferenceSystem &mapCrs,
|
|
|
|
const QgsCoordinateTransformContext &transformContext );
|
2018-09-30 10:35:45 +02:00
|
|
|
|
2018-09-06 17:30:56 +02:00
|
|
|
const double tolerance;
|
2018-09-30 10:35:45 +02:00
|
|
|
|
2018-09-06 17:30:56 +02:00
|
|
|
const double reducedTolerance;
|
2018-09-30 10:35:45 +02:00
|
|
|
|
2018-09-06 17:30:56 +02:00
|
|
|
const QgsCoordinateReferenceSystem mapCrs;
|
2018-09-30 10:35:45 +02:00
|
|
|
|
2018-09-06 17:30:56 +02:00
|
|
|
const QgsCoordinateTransformContext transformContext;
|
|
|
|
|
|
|
|
private:
|
|
|
|
QgsGeometryCheckContext( const QgsGeometryCheckContext &rh );
|
|
|
|
};
|
|
|
|
|
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
|
|
|
* src/analysis/vector/geometry_checker/qgsgeometrycheckcontext.h *
|
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|