|
QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Represents packaged data bounds. More...
#include <qgspointcloudindex.h>
Public Member Functions | |
| QgsPointCloudDataBounds () | |
| Constructs invalid bounds. More... | |
| QgsPointCloudDataBounds (qint32 xmin, qint32 ymin, qint32 zmin, qint32 xmax, qint32 ymax, qint32 zmax) | |
| Constructs bounds. More... | |
| QgsRectangle | mapExtent (const QgsVector3D &offset, const QgsVector3D &scale) const |
| Returns 2D rectangle in map coordinates. More... | |
| qint32 | xMax () const |
| Returns x max. More... | |
| qint32 | xMin () const |
| Returns x min. More... | |
| qint32 | yMax () const |
| Returns y max. More... | |
| qint32 | yMin () const |
| Returns y min. More... | |
| qint32 | zMax () const |
| Returns z max. More... | |
| qint32 | zMin () const |
| Returns z min. More... | |
| QgsDoubleRange | zRange (const QgsVector3D &offset, const QgsVector3D &scale) const |
| Returns the z range, applying the specified offset and scale. More... | |
Represents packaged data bounds.
Definition at line 118 of file qgspointcloudindex.h.
| QgsPointCloudDataBounds::QgsPointCloudDataBounds | ( | ) |
Constructs invalid bounds.
| QgsPointCloudDataBounds::QgsPointCloudDataBounds | ( | qint32 | xmin, |
| qint32 | ymin, | ||
| qint32 | zmin, | ||
| qint32 | xmax, | ||
| qint32 | ymax, | ||
| qint32 | zmax | ||
| ) |
Constructs bounds.
| QgsRectangle QgsPointCloudDataBounds::mapExtent | ( | const QgsVector3D & | offset, |
| const QgsVector3D & | scale | ||
| ) | const |
Returns 2D rectangle in map coordinates.
| qint32 QgsPointCloudDataBounds::xMax | ( | ) | const |
Returns x max.
| qint32 QgsPointCloudDataBounds::xMin | ( | ) | const |
Returns x min.
| qint32 QgsPointCloudDataBounds::yMax | ( | ) | const |
Returns y max.
| qint32 QgsPointCloudDataBounds::yMin | ( | ) | const |
Returns y min.
| qint32 QgsPointCloudDataBounds::zMax | ( | ) | const |
Returns z max.
| qint32 QgsPointCloudDataBounds::zMin | ( | ) | const |
Returns z min.
| QgsDoubleRange QgsPointCloudDataBounds::zRange | ( | const QgsVector3D & | offset, |
| const QgsVector3D & | scale | ||
| ) | const |
Returns the z range, applying the specified offset and scale.
1.8.17