QGIS/python/core/geometry/qgssurfacev2.sip
Nyall Dawson 6122f0462d Remove unimplemented QgsSurfaceV2::pointOnSurface method
Was always returning a point not on the surface! (0,0). Use the
GEOS method instead.
2015-12-22 16:50:37 +11:00

10 lines
168 B
Plaintext

class QgsSurfaceV2: public QgsAbstractGeometryV2
{
%TypeHeaderCode
#include <qgssurfacev2.h>
%End
public:
virtual QgsPolygonV2* surfaceToPolygon() const = 0;
};