Class PointCloudLayer
A layer that can visualize a point cloud layer.
Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class PointCloudLayer : Layer, INotifyPropertyChanged, ILoadable, ILayerContent
Remarks
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 or LocalSceneView.
Constructors
| Name | Description |
|---|---|
| PointCloudLayer(Item) | Initializes a new instance of the PointCloudLayer class from the specified Item. |
| PointCloudLayer(Uri) | Initializes a new instance of the PointCloudLayer class with the given service or package. |
Properties
| Name | Description |
|---|---|
| AltitudeOffset | Gets or sets the altitude offset on the layer. |
| Attributes | Gets the attributes that are associated with the points in the point cloud layer. |
| Filters | Gets the filters applied to the point cloud layer that control which points are visible in the layer. |
| Renderer | Gets or sets the renderer applied to the point cloud layer. |
| Source | Gets the Uri of the service or package that this layer was created from. |
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.5 - 200.8 |
| .NET | 100.13 - 300.1 |
| .NET Windows | 100.13 - 300.1 |
| .NET Android | 200.0 - 300.1 |
| .NET iOS | 200.0 - 300.1 |
| .NET Framework | 100.5 - 200.8 |
| Xamarin.Android | 100.5 - 100.15 |
| Xamarin.iOS | 100.5 - 100.15 |
| UWP | 100.5 - 200.8 |