Class GaussianSplatLayer
A layer that can visualize Gaussian splats.
Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class GaussianSplatLayer : Layer, INotifyPropertyChanged, ILoadable, ILayerContent
Remarks
The GaussianSplatLayer is designed for visualizing highly realistic, complex geometry of built and natural environments in a LocalSceneView. It renders high-fidelity details, making it ideal for thin and intricate structures like powerlines, guard rails, and antennas in infrastructure workflows. Layers of this type can only be displayed in a LocalSceneView on desktop platforms. On mobile platforms, a LayerViewState that contains an appropriate error is raised.
Constructors
| Name | Description |
|---|---|
| GaussianSplatLayer(PortalItem) | Initializes a new instance of the GaussianSplatLayer class with a portal item. |
| GaussianSplatLayer(Uri) | Initializes a new instance of the GaussianSplatLayer class with the specified service URI. |
Properties
| Name | Description |
|---|---|
| Source | Gets the URI of the Gaussian splat layer. |
Applies to
| Target | Versions |
|---|---|
| .NET | 300.1 |
| .NET Windows | 300.1 |
| .NET Android | 300.1 |
| .NET iOS | 300.1 |