1
0
mirror of https://github.com/qgis/QGIS.git synced 2025-03-26 00:08:20 -04:00

18 lines
273 B
Plaintext

class QgsSurface: public QgsAbstractGeometry
{
%TypeHeaderCode
#include <qgssurface.h>
%End
public:
virtual QgsPolygonV2* surfaceToPolygon() const = 0 /Factory/;
virtual QgsRectangle boundingBox() const;
protected:
virtual void clearCache() const;
};