mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
11 lines
1.1 KiB
Python
11 lines
1.1 KiB
Python
# The following has been generated automatically from src/core/pointcloud/qgspointcloudlayerexporter.h
|
|
# monkey patching scoped based enum
|
|
QgsPointCloudLayerExporter.ExportFormat.Memory.__doc__ = "Memory layer"
|
|
QgsPointCloudLayerExporter.ExportFormat.Las.__doc__ = "LAS/LAZ point cloud"
|
|
QgsPointCloudLayerExporter.ExportFormat.Gpkg.__doc__ = "Geopackage"
|
|
QgsPointCloudLayerExporter.ExportFormat.Shp.__doc__ = "ESRI ShapeFile"
|
|
QgsPointCloudLayerExporter.ExportFormat.Dxf.__doc__ = "AutoCAD dxf"
|
|
QgsPointCloudLayerExporter.ExportFormat.Csv.__doc__ = "Comma separated values"
|
|
QgsPointCloudLayerExporter.ExportFormat.__doc__ = "Supported export formats for point clouds\n\n" + '* ``Memory``: ' + QgsPointCloudLayerExporter.ExportFormat.Memory.__doc__ + '\n' + '* ``Las``: ' + QgsPointCloudLayerExporter.ExportFormat.Las.__doc__ + '\n' + '* ``Gpkg``: ' + QgsPointCloudLayerExporter.ExportFormat.Gpkg.__doc__ + '\n' + '* ``Shp``: ' + QgsPointCloudLayerExporter.ExportFormat.Shp.__doc__ + '\n' + '* ``Dxf``: ' + QgsPointCloudLayerExporter.ExportFormat.Dxf.__doc__ + '\n' + '* ``Csv``: ' + QgsPointCloudLayerExporter.ExportFormat.Csv.__doc__
|
|
# --
|