QGIS API Documentation 3.41.0-Master (64d82d4c163)
Loading...
Searching...
No Matches
Public Member Functions | List of all members
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 118 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 127 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 133 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 136 of file qgspointcloudindex.h.

◆ uri()

QString QgsPointCloudCacheKey::uri ( ) const
inline

Returns the key's uri.

Definition at line 130 of file qgspointcloudindex.h.


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