Class: QgsPointCloudBlock¶
-
class
qgis.core.
QgsPointCloudBlock
(count: int, attributes: QgsPointCloudAttributeCollection, data: Union[QByteArray, bytes, bytearray])¶ Bases:
sip.wrapper
Ctor
QgsPointCloudBlock(
QgsPointCloudBlock
)Base class for storing raw data from point cloud nodes
Note
The API is considered EXPERIMENTAL and can be changed without a notice
New in version 3.18.
- Parameters
count (int) –
attributes (QgsPointCloudAttributeCollection) –
data –
-
attributes
(self) → QgsPointCloudAttributeCollection¶ Returns the attributes that are stored in the data block, along with their size
- Return type
-
data
(self) → str¶ Returns raw pointer to data
- Return type
str
-
pointCount
(self) → int¶ Returns number of points that are stored in the block
- Return type
int