QGIS/python/core/auto_generated/geometry/qgssurface.sip.in

45 lines
1.4 KiB
Plaintext
Raw Normal View History

2017-04-27 07:55:22 +02:00
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/geometry/qgssurface.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsSurface: QgsAbstractGeometry
2015-05-15 15:41:56 +02:00
{
2017-04-27 07:55:22 +02:00
2015-05-15 15:41:56 +02:00
%TypeHeaderCode
2017-04-27 07:55:22 +02:00
#include "qgssurface.h"
2015-05-15 15:41:56 +02:00
%End
public:
2016-02-14 03:50:23 +01:00
2017-10-29 12:08:07 +01:00
virtual QgsPolygon *surfaceToPolygon() const = 0 /Factory/;
2017-04-27 07:55:22 +02:00
%Docstring
2017-12-15 10:36:55 -04:00
Get a polygon representation of this surface.
Ownership is transferred to the caller.
2017-04-27 07:55:22 +02:00
%End
virtual QgsRectangle boundingBox() const;
2017-04-27 07:55:22 +02:00
%Docstring
2017-12-15 10:36:55 -04:00
Returns the minimal bounding box for the geometry
2017-04-27 07:55:22 +02:00
%End
protected:
virtual void clearCache() const;
2015-05-15 15:41:56 +02:00
};
2017-04-27 07:55:22 +02:00
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/geometry/qgssurface.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/