| QGIS API Documentation 3.30.0-'s-Hertogenbosch (f186b8efe0)
    | 
Base class for handling loading QgsPointCloudBlock asynchronously from a remote EPT dataset. More...
#include <qgseptpointcloudblockrequest.h>

| Public Member Functions | |
| QgsEptPointCloudBlockRequest (const IndexedPointCloudNode &node, const QString &Uri, const QString &dataType, const QgsPointCloudAttributeCollection &attributes, const QgsPointCloudAttributeCollection &requestedAttributes, const QgsVector3D &scale, const QgsVector3D &offset, const QgsPointCloudExpression &filterExpression, const QgsRectangle &filterRect) | |
| QgsPointCloudBlockRequest constructor Requests the block data of size blockSize at offset blockOffset Note: It is the responsablitiy of the caller to delete the block if it was loaded correctly.  More... | |
| ~QgsEptPointCloudBlockRequest ()=default | |
|  Public Member Functions inherited from QgsPointCloudBlockRequest | |
| QgsPointCloudBlockRequest (const IndexedPointCloudNode &node, const QString &Uri, const QgsPointCloudAttributeCollection &attributes, const QgsPointCloudAttributeCollection &requestedAttributes, const QgsVector3D &scale, const QgsVector3D &offset, const QgsPointCloudExpression &filterExpression, const QgsRectangle &filterRect) | |
| QgsPointCloudBlockRequest constructor Note: It is the responsablitiy of the caller to delete the block if it was loaded correctly.  More... | |
| virtual | ~QgsPointCloudBlockRequest ()=0 | 
| QgsPointCloudBlock * | block () | 
| Returns the requested block.  More... | |
| QString | errorStr () | 
| Returns the error message string of the request.  More... | |
| Additional Inherited Members | |
|  Signals inherited from QgsPointCloudBlockRequest | |
| void | finished () | 
| Emitted when the request processing has finished.  More... | |
|  Protected Attributes inherited from QgsPointCloudBlockRequest | |
| QgsPointCloudAttributeCollection | mAttributes | 
| QgsPointCloudBlock * | mBlock = nullptr | 
| QString | mErrorStr | 
| QgsPointCloudExpression | mFilterExpression | 
| QgsRectangle | mFilterRect | 
| IndexedPointCloudNode | mNode | 
| QgsVector3D | mOffset | 
| QgsPointCloudAttributeCollection | mRequestedAttributes | 
| QgsVector3D | mScale | 
| std::unique_ptr< QgsTileDownloadManagerReply > | mTileDownloadManagerReply = nullptr | 
| QString | mUri | 
Base class for handling loading QgsPointCloudBlock asynchronously from a remote EPT dataset.
Definition at line 38 of file qgseptpointcloudblockrequest.h.
| QgsEptPointCloudBlockRequest::QgsEptPointCloudBlockRequest | ( | const IndexedPointCloudNode & | node, | 
| const QString & | Uri, | ||
| const QString & | dataType, | ||
| const QgsPointCloudAttributeCollection & | attributes, | ||
| const QgsPointCloudAttributeCollection & | requestedAttributes, | ||
| const QgsVector3D & | scale, | ||
| const QgsVector3D & | offset, | ||
| const QgsPointCloudExpression & | filterExpression, | ||
| const QgsRectangle & | filterRect | ||
| ) | 
QgsPointCloudBlockRequest constructor Requests the block data of size blockSize at offset blockOffset Note: It is the responsablitiy of the caller to delete the block if it was loaded correctly.
| 
 | default |