QGIS/python/core/geometry/qgssurfacev2.sip

12 lines
264 B
Plaintext
Raw Normal View History

2015-05-15 15:41:56 +02:00
class QgsSurfaceV2: public QgsAbstractGeometryV2
{
%TypeHeaderCode
#include <qgssurfacev2.h>
%End
public:
virtual QgsPointV2 centroid() const = 0;
virtual QgsPointV2 pointOnSurface() const = 0;
virtual QgsPolygonV2* surfaceToPolygon() const = 0;
};