PointCloudLayer QML Type
A point cloud layer. More...
Import Statement: | import Esri.ArcGISRuntime 100.6 |
Since: | Esri.ArcGISRuntime 100.5 |
Inherits: |
Properties
- altitudeOffset : double
- credential : Credential
- item : ArcGISItem
- requestConfiguration : RequestConfiguration
- url : url
Signals
Detailed Description
PointCloudLayer provides fast display of large volumes of symbolized and filtered point cloud data. PointCloudsLayer objects are optimized for the display and sharing of many kinds of sensor data, including lidar.
This QML type supports the following default properties. A default property may be declared inside another declared object without being assigned explicitly to a property.
Type | Default Property |
---|---|
ArcGISItem | item |
See also Layer.
Property Documentation
The altitude offset of this layer.
This QML property was introduced in Esri.ArcGISRuntime 100.6.
credential : Credential |
The credential used to access a secured service.
The credential cannot be changed after the layer is loaded.
[default] item : ArcGISItem |
An item used to create the PointCloudLayer.
PointCloudLayer can be created with an item or a URL.
This may only be set once to initialize the layer.
requestConfiguration : RequestConfiguration |
Returns the RequestConfiguration in use by this layer.
[default] url : url |
A URL used to create the PointCloudLayer.
PointCloudLayer can be created with an item or a URL.
This may only be set once to initialize the layer.
Signal Documentation
Emitted when the altitudeOffset property changes.
This QML signal was introduced in Esri.ArcGISRuntime 100.6.
Emitted when the credential property changes.
Emitted when the requestConfiguration property changes.
Emitted when the url property changes.