QGIS API Documentation 3.34.0-Prizren (ffbdd678812)
Loading...
Searching...
No Matches
Public Member Functions | List of all members
QgsPointCloudRequest Class Reference

Point cloud data request. More...

#include <qgspointcloudrequest.h>

Public Member Functions

 QgsPointCloudRequest ()
 Ctor.
 
QgsPointCloudAttributeCollection attributes () const
 Returns attributes.
 
QgsRectangle filterRect () const
 Returns the rectangle from which points will be taken, in point cloud's crs.
 
void setAttributes (const QgsPointCloudAttributeCollection &attributes)
 Set attributes filter in the request.
 
void setFilterRect (QgsRectangle extent)
 Sets the rectangle from which points will be taken, in point cloud's crs.
 

Detailed Description

Point cloud data request.

Since
QGIS 3.18

Definition at line 41 of file qgspointcloudrequest.h.

Constructor & Destructor Documentation

◆ QgsPointCloudRequest()

QgsPointCloudRequest::QgsPointCloudRequest ( )
default

Ctor.

Member Function Documentation

◆ attributes()

QgsPointCloudAttributeCollection QgsPointCloudRequest::attributes ( ) const

Returns attributes.

Definition at line 24 of file qgspointcloudrequest.cpp.

◆ filterRect()

QgsRectangle QgsPointCloudRequest::filterRect ( ) const
inline

Returns the rectangle from which points will be taken, in point cloud's crs.

If the returned rectangle is empty, then no filter rectangle is set.

Since
QGIS 3.30

Definition at line 57 of file qgspointcloudrequest.h.

◆ setAttributes()

void QgsPointCloudRequest::setAttributes ( const QgsPointCloudAttributeCollection attributes)

Set attributes filter in the request.

Definition at line 29 of file qgspointcloudrequest.cpp.

◆ setFilterRect()

void QgsPointCloudRequest::setFilterRect ( QgsRectangle  extent)
inline

Sets the rectangle from which points will be taken, in point cloud's crs.

An empty rectangle removes the filter.

Since
QGIS 3.30

Definition at line 63 of file qgspointcloudrequest.h.


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