|
QGIS API Documentation 3.36.0-Maidenhead (09951dc0acf)
|
Represents packaged data bounds. More...
#include <qgspointcloudindex.h>
Public Member Functions | |
| QgsPointCloudDataBounds () | |
| Constructs invalid bounds. | |
| QgsPointCloudDataBounds (qint64 xmin, qint64 ymin, qint64 zmin, qint64 xmax, qint64 ymax, qint64 zmax) | |
| Constructs bounds. | |
| QgsRectangle | mapExtent (const QgsVector3D &offset, const QgsVector3D &scale) const |
| Returns 2D rectangle in map coordinates. | |
| qint64 | xMax () const |
| Returns x max. | |
| qint64 | xMin () const |
| Returns x min. | |
| qint64 | yMax () const |
| Returns y max. | |
| qint64 | yMin () const |
| Returns y min. | |
| qint64 | zMax () const |
| Returns z max. | |
| qint64 | zMin () const |
| Returns z min. | |
| QgsDoubleRange | zRange (const QgsVector3D &offset, const QgsVector3D &scale) const |
| Returns the z range, applying the specified offset and scale. | |
Represents packaged data bounds.
Definition at line 159 of file qgspointcloudindex.h.
| QgsPointCloudDataBounds::QgsPointCloudDataBounds | ( | ) |
Constructs invalid bounds.
| QgsPointCloudDataBounds::QgsPointCloudDataBounds | ( | qint64 | xmin, |
| qint64 | ymin, | ||
| qint64 | zmin, | ||
| qint64 | xmax, | ||
| qint64 | ymax, | ||
| qint64 | zmax | ||
| ) |
Constructs bounds.
| QgsRectangle QgsPointCloudDataBounds::mapExtent | ( | const QgsVector3D & | offset, |
| const QgsVector3D & | scale | ||
| ) | const |
Returns 2D rectangle in map coordinates.
| qint64 QgsPointCloudDataBounds::xMax | ( | ) | const |
Returns x max.
| qint64 QgsPointCloudDataBounds::xMin | ( | ) | const |
Returns x min.
| qint64 QgsPointCloudDataBounds::yMax | ( | ) | const |
Returns y max.
| qint64 QgsPointCloudDataBounds::yMin | ( | ) | const |
Returns y min.
| qint64 QgsPointCloudDataBounds::zMax | ( | ) | const |
Returns z max.
| qint64 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.