18#ifndef QGSPOINTCLOUDSUBINDEX_H
19#define QGSPOINTCLOUDSUBINDEX_H
39class QgsPointCloudSubIndex
46 , mGeometry( geometry )
47 , mPointCount( count )
59 QString uri()
const {
return mUri; }
71 QgsGeometry polygonBounds()
const {
return mGeometry; }
74 qint64 pointCount()
const {
return mPointCount; }
77 std::shared_ptr<QgsPointCloudIndex> mIndex;
81 qint64 mPointCount = 0;
QgsRange which stores a range of double values.
A geometry is the spatial representation of a feature.
Represents a indexed point clouds data in octree.
A rectangle specified with double values.