QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
#include <limits>
#include <cstdarg>
#include <cstdio>
#include <cmath>
#include <nlohmann/json.hpp>
#include <QCache>
#include "qgis.h"
#include "qgsgeometry.h"
#include "qgsgeometryeditutils.h"
#include "qgsgeometryfactory.h"
#include <geos_c.h>
#include "qgsgeometryutils.h"
#include "qgsinternalgeometryengine.h"
#include "qgsgeos.h"
#include "qgsapplication.h"
#include "qgslogger.h"
#include "qgsmaptopixel.h"
#include "qgsmessagelog.h"
#include "qgspointxy.h"
#include "qgsrectangle.h"
#include "qgsvectorlayer.h"
#include "qgsgeometryvalidator.h"
#include "qgsmulticurve.h"
#include "qgsmultilinestring.h"
#include "qgsmultipoint.h"
#include "qgsmultipolygon.h"
#include "qgsmultisurface.h"
#include "qgspoint.h"
#include "qgspolygon.h"
#include "qgslinestring.h"
#include "qgscircle.h"
#include "qgscurve.h"
#include "qgsreadwritelocker.h"
Go to the source code of this file.
Classes | |
struct | QgsGeometryPrivate |
Typedefs | |
typedef QCache< QString, QgsGeometry > | WktCache |
Functions | |
QDataStream & | operator<< (QDataStream &out, const QgsGeometry &geometry) |
Writes the geometry to stream out. QGIS version compatibility is not guaranteed. More... | |
QDataStream & | operator>> (QDataStream &in, QgsGeometry &geometry) |
Reads a geometry from stream in into geometry. QGIS version compatibility is not guaranteed. More... | |
Q_GLOBAL_STATIC_WITH_ARGS (WktCache, sWktCache,(2000)) QgsGeometry QgsGeometry | |
std::unique_ptr< QgsLineString > | smoothCurve (const QgsLineString &line, const unsigned int iterations, const double offset, double squareDistThreshold, double maxAngleRads, bool isRing) |
typedef QCache< QString, QgsGeometry > WktCache |
Definition at line 162 of file qgsgeometry.cpp.
QDataStream& operator<< | ( | QDataStream & | out, |
const QgsGeometry & | geometry | ||
) |
Writes the geometry to stream out. QGIS version compatibility is not guaranteed.
Definition at line 3977 of file qgsgeometry.cpp.
QDataStream& operator>> | ( | QDataStream & | in, |
QgsGeometry & | geometry | ||
) |
Reads a geometry from stream in into geometry. QGIS version compatibility is not guaranteed.
Definition at line 3983 of file qgsgeometry.cpp.
Q_GLOBAL_STATIC_WITH_ARGS | ( | WktCache | , |
sWktCache | , | ||
(2000) | |||
) |
Definition at line 163 of file qgsgeometry.cpp.
std::unique_ptr< QgsLineString > smoothCurve | ( | const QgsLineString & | line, |
const unsigned int | iterations, | ||
const double | offset, | ||
double | squareDistThreshold, | ||
double | maxAngleRads, | ||
bool | isRing | ||
) |
Definition at line 3544 of file qgsgeometry.cpp.