1
0
mirror of https://github.com/qgis/QGIS.git synced 2025-04-04 00:06:15 -04:00
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;
};