Class PointCloudLayer
A layer that can visualize a point cloud layer.
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 Scene
Constructors
Name | Description |
---|---|
Point |
Initializes a new instance of the Point |
Point |
Initializes a new instance of the Point |
Properties
Name | Description |
---|---|
Altitude |
Gets or sets the altitude offset on the layer. |
Source | Gets the System. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.5 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.5 - 200.6 |
Xamarin.Android | 100.5 - 100.15 |
Xamarin.iOS | 100.5 - 100.15 |
UWP | 100.5 - 200.6 |
Relevant samples
View point cloud data offline: Display local 3D point cloud data.