mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
39 lines
1.5 KiB
Plaintext
39 lines
1.5 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/analysis/vector/qgspointsample.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
class QgsPointSample
|
|
{
|
|
%Docstring
|
|
Creates random points in polygons / multipolygons*
|
|
%End
|
|
|
|
%TypeHeaderCode
|
|
#include "qgspointsample.h"
|
|
%End
|
|
public:
|
|
QgsPointSample( QgsVectorLayer *inputLayer, const QString &outputLayer, const QString &nPointsAttribute, const QString &minDistAttribute = QString() );
|
|
|
|
int createRandomPoints( QProgressDialog *pd );
|
|
%Docstring
|
|
Starts calculation of random points
|
|
:return: 0 in case of success*
|
|
:rtype: int
|
|
%End
|
|
|
|
};
|
|
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/analysis/vector/qgspointsample.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|