QGIS API Documentation
2.18.21-Las Palmas (9fba24a)
|
This class offers geometry processing methods. More...
#include <qgsinternalgeometryengine.h>
Public Member Functions | |
QgsInternalGeometryEngine (const QgsGeometry &geometry) | |
The caller is responsible that the geometry is available and unchanged for the whole lifetime of this object. More... | |
QgsGeometry | extrude (double x, double y) |
Will extrude a line or (segmentized) curve by a given offset and return a polygon representation of it. More... | |
This class offers geometry processing methods.
The methods are available via QgsGeometry::[geometryfunction] and therefore this does not need to be accessed directly.
Definition at line 31 of file qgsinternalgeometryengine.h.
|
explicit |
The caller is responsible that the geometry is available and unchanged for the whole lifetime of this object.
geometry |
Definition at line 26 of file qgsinternalgeometryengine.cpp.
QgsGeometry QgsInternalGeometryEngine::extrude | ( | double | x, |
double | y | ||
) |
Will extrude a line or (segmentized) curve by a given offset and return a polygon representation of it.
x | offset in x direction |
y | offset in y direction |
Definition at line 38 of file qgsinternalgeometryengine.cpp.