18 #ifndef QGSREMOTEEPTPOINTCLOUDINDEX_H
19 #define QGSREMOTEEPTPOINTCLOUDINDEX_H
24 #include <QStringList>
43 class CORE_EXPORT QgsRemoteEptPointCloudIndex:
public QgsEptPointCloudIndex
48 explicit QgsRemoteEptPointCloudIndex();
49 ~QgsRemoteEptPointCloudIndex();
53 void load(
const QString &fileName )
override;
60 bool isValid()
const override;
67 QString mUrlDirectoryPart;
68 QString mUrlFileNamePart;
73 mutable QSet<IndexedPointCloudNode> mHierarchyNodes;
Represents a indexed point cloud node in octree.
This class represents a coordinate reference system (CRS).
Base class for handling loading QgsPointCloudBlock asynchronously.
Base class for storing raw data from point cloud nodes.
AccessType
The access type of the data, local is for local files and remote for remote files (over HTTP)
@ Remote
Local means the source is a local file on the machine.
Point cloud data request.
Tile download manager handles downloads of map tiles for the purpose of map rendering.