Class: QgsPointCloudLayerExporterTask¶
QgsTask
task which performs a
QgsPointCloudLayerExporter
layer export operation as a
background task.
This can be used to export a point cloud layer out to a provider without blocking the QGIS interface.
Added in version 3.28.
Class Hierarchy¶
Base classes¶
Abstract base class for long running background tasks. |
|
Signals
Emitted when exporting the layer is successfully completed. |
- class qgis.core.QgsPointCloudLayerExporterTask[source]¶
Bases:
QgsTask
- __init__(exporter: QgsPointCloudLayerExporter | None)
Constructor for QgsPointCloudLayerExporterTask. Takes ownership of
exporter
.- Parameters:
exporter (Optional[QgsPointCloudLayerExporter])