A layer that can visualize a point cloud layer. More...
Header | #include <Point |
Since | Esri |
Inherits | Esri |
Public Functions
Point | |
Point | |
virtual | ~ |
(since Esri double | altitude |
(since Esri void | set |
Reimplemented Public Functions
(deprecated) virtual Esri | credential() const override |
(deprecated) virtual Esri | request |
(deprecated) virtual void | set |
virtual Q | url() const override |
Detailed Description
Point cloud layers provide fast display of large volumes of symbolized and filtered point cloud data. They are optimized for the display and sharing of many kinds of sensor data, including LiDAR. Layers of this type can only be displayed in a SceneView.
Relevant samples:
- View point cloud data offline: Display local 3D point cloud data.
Member Function Documentation
[explicit]
PointCloudLayer::PointCloudLayer (Esri::ArcGISRuntime::Item *item, QObject *parent = nullptr)
Creates a point cloud layer from the specified portal item.
- item - The point cloud layer item (only PortalItem are supported).
- parent - The optional parent QObject.
{PortalItem::PortalItem(const QUrl&, QObject*)}, {Esri::ArcGISRuntime::Layer::item} {Layer::item}
See also PortalItem and Esri::ArcGISRuntime::PortalItem::PortalItem(const QUrl&, QObject*).
[explicit]
PointCloudLayer::PointCloudLayer (const QUrl &url, QObject *parent = nullptr)
Creates a point cloud layer with the specified service or package URL.
- url - The URL to a SceneServer REST endpoint or the path to a Scene Layer Package (.slpk) file.
- parent - The optional parent QObject.
If the specified URL is a portal item URL (see PortalItem::PortalItem(const QUrl&, QObject*) for the supported URL formats), the underlying PortalItem will be created and accessible through Layer::item.
{PortalItem::PortalItem(const QUrl&, QObject*)}, {Esri::ArcGISRuntime::Layer::item} {Layer::item}
See also PortalItem and Esri::ArcGISRuntime::PortalItem::PortalItem(const QUrl&, QObject*).
[override virtual noexcept]
PointCloudLayer::~PointCloudLayer ()
Destructor.
[since Esri::ArcGISRuntime 100.6]
double PointCloudLayer::altitudeOffset () const
Returns the altitudeOffset of this layer.
This function was introduced in Esri::ArcGISRuntime 100.6.
See also setAltitudeOffset().
[since Esri::ArcGISRuntime 100.6]
void PointCloudLayer::setAltitudeOffset (double altitudeOffset )
Sets the altitudeOffset of this layer.
This function was introduced in Esri::ArcGISRuntime 100.6.
See also altitudeOffset.
[override virtual]
QUrl PointCloudLayer::url() const
Reimplements: RemoteResource::url() const.
Returns the URL of the point cloud layer.
This method can't be called once the layer is loading else an ErrorType::CommonIllegalState error will occur.
{PointCloudLayer(const QUrl&, QObject*)}
See also Esri::ArcGISRuntime::PointCloudLayer::PointCloudLayer(const QUrl&, QObject*).