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 SceneView.
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. |
Source | Gets the System.Uri of the service or package that this layer was created from. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.5 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.5 - 200.5 |
Xamarin.Android | 100.5 - 100.15 |
Xamarin.iOS | 100.5 - 100.15 |
UWP | 100.5 - 200.5 |
Relevant samples
View point cloud data offline: Display local 3D point cloud data.