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

ArcGISPointCloudLayer(string source, string APIKey)

Creates a new layer.

Since 2.2.0

Arguments
NameTypeSummary
sourcestring

Layer source.

APIKeystring

API key used to load data.

ArcGISPointCloudLayer(string source, string name, float opacity, bool visible, string APIKey)

Creates a new layer.

Since 2.2.0

Arguments
NameTypeSummary
sourcestring

Layer source.

namestring

Layer name.

opacityfloat

Layer opacity.

visiblebool

Layer visible or not.

APIKeystring

API key used to load data.

Properties

PropertyTypeNullableReadonlySummary
AttributesArcGISImmutableCollection<ArcGISPointCloudAttribute>NoYes

The attributes in the point cloud layer.

FiltersArcGISCollection<ArcGISPointCloudFilter>NoNo

The filters applied to the point cloud layer.

RendererArcGISPointCloudRendererYesNo

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 PointCloudLayer.attributes, a LayerViewState that contains an appropriate error is raised.

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 PointCloudLayer.attributes, a LayerViewState that contains an appropriate error is raised.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.