|
QGIS API Documentation
2.14.0-Essen
|
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 30 of file qgsinternalgeometryengine.h.
| QgsInternalGeometryEngine::QgsInternalGeometryEngine | ( | const QgsGeometry & | geometry | ) |
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.
1.8.11