mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Add factory annotation
This commit is contained in:
parent
7b31f8a02f
commit
39f8bd9eb9
@ -682,7 +682,7 @@ class QgsGeometry
|
||||
QgsPolyline smoothLine( const QgsPolyline &polyline, const unsigned int iterations = 1, const double offset = 0.25 ) const;
|
||||
|
||||
/** Creates and returns a new geometry engine*/
|
||||
static QgsGeometryEngine* createGeometryEngine( const QgsAbstractGeometryV2* geometry );
|
||||
static QgsGeometryEngine* createGeometryEngine( const QgsAbstractGeometryV2* geometry ) /Factory/;
|
||||
|
||||
}; // class QgsGeometry
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user