QGIS API Documentation
3.8.0-Zanzibar (11aff65)
|
#include "qgsgeometry.h"
#include "qgsgeos.h"
#include "qgslogger.h"
#include "qgsgeometrycollection.h"
#include "qgsmultipoint.h"
#include "qgsmultilinestring.h"
#include "qgsmultipolygon.h"
#include "qgspolygon.h"
#include <memory>
Go to the source code of this file.
Classes | |
struct | Face_t |
Typedefs | |
typedef struct Face_t | Face |
Functions | |
std::unique_ptr< QgsAbstractGeometry > | _qgis_lwgeom_make_valid (const QgsAbstractGeometry *lwgeom_in, QString &errorMessage) |
Implementation of QgsGeometry::makeValid(). Not a public API. More... | |
std::unique_ptr< QgsAbstractGeometry > _qgis_lwgeom_make_valid | ( | const QgsAbstractGeometry * | lwgeom_in, |
QString & | errorMessage | ||
) |
Implementation of QgsGeometry::makeValid(). Not a public API.
Definition at line 903 of file qgsgeometrymakevalid.cpp.