Namespace: GameEngine.Layers
Class: GameEngine/Layers/ArcGISPointCloudLayer
Since: 2.2.0
Inheritance: ArcGISLayer->ArcGISPointCloudLayer
Summary
Public class that will contain a layer with an point cloud inside.
Constructors
Properties
| Property | Type | Nullable | Readonly | Summary |
|---|---|---|---|---|
Attributes | ArcGISImmutableCollection<ArcGISPointCloudAttribute> | No | Yes | The attributes in the point cloud layer. |
Filters | ArcGISCollection<ArcGISPointCloudFilter> | No | No | The filters applied to the point cloud layer. |
Renderer | ArcGISPointCloudRenderer | Yes | No | The renderer applied to the point cloud layer. |
Attributes
ArcGISImmutableCollection<ArcGISPointCloudAttribute> Attributes
The attributes in the point cloud layer.
These attributes can be used to define the layer's renderer and filters.
Filters
ArcGISCollection<ArcGISPointCloudFilter> Filters
The filters applied to the point cloud layer.
If ArcGISPointCloudFilter.AttributeName does not match one of the attributes available in Point,
a Layer that contains an appropriate error is raised.
Renderer
ArcGISPointCloudRenderer Renderer
The renderer applied to the point cloud layer.
When this property is null, a default renderer is used internally. If a color attribute is available, the default renderer is ArcGISPointCloudRGBRenderer; otherwise, the default is ArcGISPointCloudStretchRenderer using the elevation attribute.
If ArcGISPointCloudRenderer.AttributeName does not match one of the attributes available in Point,
a Layer that contains an appropriate error is raised.