QGIS/python/core/auto_generated/qgsspatialindexkdbushdata.sip.in

48 lines
1.5 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/core/qgsspatialindexkdbushdata.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsSpatialIndexKDBushData
{
%Docstring
A container for data stored inside a QgsSpatialIndexKDBush index.
.. versionadded:: 3.4
%End
%TypeHeaderCode
#include "qgsspatialindexkdbushdata.h"
%End
public:
QgsSpatialIndexKDBushData( QgsFeatureId id, double x, double y );
%Docstring
Constructor for QgsSpatialIndexKDBushData, for a feature with the
given ``id`` and ``x``, ``y`` coordinate.
%End
QgsPointXY point() const;
%Docstring
Returns the indexed point.
%End
QgsFeatureId id;
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/qgsspatialindexkdbushdata.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/