QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
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 IndexedPointCloudNode &n, const QgsPointCloudRequest &request, const QgsPointCloudExpression &expression, const QString &uri)
 Ctor. More...
 
QgsPointCloudExpression filterExpression () const
 Returns the key's QgsPointCloudExpression. More...
 
IndexedPointCloudNode node () const
 Returns the key's IndexedPointCloudNode. More...
 
bool operator== (const QgsPointCloudCacheKey &other) const
 Compares keys. More...
 
QgsPointCloudRequest request () const
 Returns the key's QgsPointCloudRequest. More...
 
QString uri () const
 Returns the key's uri. More...
 

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 119 of file qgspointcloudindex.h.

Constructor & Destructor Documentation

◆ QgsPointCloudCacheKey()

QgsPointCloudCacheKey::QgsPointCloudCacheKey ( const IndexedPointCloudNode n,
const QgsPointCloudRequest request,
const QgsPointCloudExpression &  expression,
const QString &  uri 
)

Ctor.

Member Function Documentation

◆ filterExpression()

QgsPointCloudExpression QgsPointCloudCacheKey::filterExpression ( ) const
inline

Returns the key's QgsPointCloudExpression.

Definition at line 138 of file qgspointcloudindex.h.

◆ node()

IndexedPointCloudNode QgsPointCloudCacheKey::node ( ) const
inline

Returns the key's IndexedPointCloudNode.

Definition at line 129 of file qgspointcloudindex.h.

◆ operator==()

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

Compares keys.

◆ request()

QgsPointCloudRequest QgsPointCloudCacheKey::request ( ) const
inline

Returns the key's QgsPointCloudRequest.

Definition at line 135 of file qgspointcloudindex.h.

◆ uri()

QString QgsPointCloudCacheKey::uri ( ) const
inline

Returns the key's uri.

Definition at line 132 of file qgspointcloudindex.h.


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