QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
Class for handling a QgsPointCloudBlockRequest using existing cached QgsPointCloudBlock. More...
#include <qgscachedpointcloudblockrequest.h>
Public Member Functions | |
QgsCachedPointCloudBlockRequest (QgsPointCloudBlock *block, const IndexedPointCloudNode &node, const QString &uri, const QgsPointCloudAttributeCollection &attributes, const QgsPointCloudAttributeCollection &requestedAttributes, const QgsVector3D &scale, const QgsVector3D &offset, const QgsPointCloudExpression &filterExpression, const QgsRectangle &filterRect) | |
QgsCachedPointCloudBlockRequest constructor using an existing block Note: Ownership of block is transferred. | |
~QgsCachedPointCloudBlockRequest ()=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. | |
virtual | ~QgsPointCloudBlockRequest ()=0 |
QString | errorStr () |
Returns the error message string of the request. | |
std::unique_ptr< QgsPointCloudBlock > | takeBlock () |
Returns the requested block. | |
Additional Inherited Members | |
Signals inherited from QgsPointCloudBlockRequest | |
void | finished () |
Emitted when the request processing has finished. | |
Protected Attributes inherited from QgsPointCloudBlockRequest | |
QgsPointCloudAttributeCollection | mAttributes |
std::unique_ptr< QgsPointCloudBlock > | mBlock |
QString | mErrorStr |
QgsPointCloudExpression | mFilterExpression |
QgsRectangle | mFilterRect |
IndexedPointCloudNode | mNode |
QgsVector3D | mOffset |
QgsPointCloudAttributeCollection | mRequestedAttributes |
QgsVector3D | mScale |
std::unique_ptr< QgsTileDownloadManagerReply > | mTileDownloadManagerReply = nullptr |
QString | mUri |
Class for handling a QgsPointCloudBlockRequest using existing cached QgsPointCloudBlock.
Definition at line 38 of file qgscachedpointcloudblockrequest.h.
QgsCachedPointCloudBlockRequest::QgsCachedPointCloudBlockRequest | ( | QgsPointCloudBlock * | block, |
const IndexedPointCloudNode & | node, | ||
const QString & | uri, | ||
const QgsPointCloudAttributeCollection & | attributes, | ||
const QgsPointCloudAttributeCollection & | requestedAttributes, | ||
const QgsVector3D & | scale, | ||
const QgsVector3D & | offset, | ||
const QgsPointCloudExpression & | filterExpression, | ||
const QgsRectangle & | filterRect | ||
) |
QgsCachedPointCloudBlockRequest constructor using an existing block Note: Ownership of block is transferred.
|
default |