mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
64 lines
1.9 KiB
Plaintext
64 lines
1.9 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/core/pointcloud/qgspointclouddataprovider.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
class QgsPointCloudDataProvider: QgsDataProvider
|
|
{
|
|
%Docstring
|
|
Base class for providing data for QgsPointCloudLayer
|
|
|
|
Responsible for reading native point cloud data and returning the indexed data?
|
|
|
|
.. note::
|
|
|
|
The API is considered EXPERIMENTAL and can be changed without a notice
|
|
|
|
.. versionadded:: 3.18
|
|
%End
|
|
|
|
%TypeHeaderCode
|
|
#include "qgspointclouddataprovider.h"
|
|
%End
|
|
public:
|
|
QgsPointCloudDataProvider( const QString &uri,
|
|
const QgsDataProvider::ProviderOptions &providerOptions,
|
|
QgsDataProvider::ReadFlags flags = QgsDataProvider::ReadFlags() );
|
|
%Docstring
|
|
Ctor
|
|
%End
|
|
|
|
~QgsPointCloudDataProvider();
|
|
virtual QgsCoordinateReferenceSystem crs() const;
|
|
|
|
|
|
virtual QgsRectangle extent() const;
|
|
|
|
|
|
virtual bool isValid() const;
|
|
|
|
|
|
virtual QString name() const;
|
|
|
|
|
|
virtual QString description() const;
|
|
|
|
|
|
|
|
};
|
|
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/core/pointcloud/qgspointclouddataprovider.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|