QGIS API Documentation 3.99.0-Master (2fe06baccd8)
Loading...
Searching...
No Matches
QgsPointCloudCacheKey Class Reference

Container class for QgsPointCloudBlock cache keys. More...

#include <qgspointcloudindex.h>

Public Member Functions

 QgsPointCloudCacheKey (const QgsPointCloudNodeId &n, const QgsPointCloudRequest &request, const QString &subset, const QString &uri)
 Ctor.
QgsPointCloudNodeId node () const
 Returns the key's QgsPointCloudNodeId.
bool operator== (const QgsPointCloudCacheKey &other) const
QgsPointCloudRequest request () const
 Returns the key's QgsPointCloudRequest.
QString subsetString () const
 Returns the key's subset string. This is used in the point cloud index as a filter expression.
QString uri () const
 Returns the key's uri.

Detailed Description

Container class for QgsPointCloudBlock cache keys.

Note
The API is considered EXPERIMENTAL and can be changed without a notice
Since
QGIS 3.36

Definition at line 117 of file qgspointcloudindex.h.

Constructor & Destructor Documentation

◆ QgsPointCloudCacheKey()

QgsPointCloudCacheKey::QgsPointCloudCacheKey ( const QgsPointCloudNodeId & n,
const QgsPointCloudRequest & request,
const QString & subset,
const QString & uri )

Ctor.

Member Function Documentation

◆ node()

QgsPointCloudNodeId QgsPointCloudCacheKey::node ( ) const
inline

Returns the key's QgsPointCloudNodeId.

Definition at line 126 of file qgspointcloudindex.h.

◆ operator==()

bool QgsPointCloudCacheKey::operator== ( const QgsPointCloudCacheKey & other) const

◆ request()

QgsPointCloudRequest QgsPointCloudCacheKey::request ( ) const
inline

Returns the key's QgsPointCloudRequest.

Definition at line 132 of file qgspointcloudindex.h.

◆ subsetString()

QString QgsPointCloudCacheKey::subsetString ( ) const
inline

Returns the key's subset string. This is used in the point cloud index as a filter expression.

Definition at line 135 of file qgspointcloudindex.h.

◆ uri()

QString QgsPointCloudCacheKey::uri ( ) const
inline

Returns the key's uri.

Definition at line 129 of file qgspointcloudindex.h.


The documentation for this class was generated from the following file: