Namespace: GameEngine.Layers.PointCloud
Class: GameEngine/Layers/PointCloud/ArcGISPointCloudUniqueValueRenderer
Since: 2.4.0
Inheritance: ArcGISPointCloudRenderer->ArcGISPointCloudUniqueValueRenderer
Summary
A renderer for point clouds using unique values.
Constructors
ArcGISPointCloudUniqueValueRenderer(string attributeName, ArcGISCollection<ArcGISPointCloudColorUniqueValue> uniqueValuesCollection)
Creates a unique value renderer with the specified attribute name and collection of unique values.
Since 2.4.0
Arguments
| Name | Type | Summary |
|---|---|---|
attribute | string | The name of the attribute for the renderer to use. |
unique | ArcGISCollection<ArcGISPointCloudColorUniqueValue> | The unique values. |
Properties
| Property | Type | Nullable | Readonly | Summary |
|---|---|---|---|---|
TransformType | ArcGISPointCloudAttributeTransformType | No | No | A transform that is applied to the field value before evaluating the renderer. |
UniqueValuesCollection | ArcGISCollection<ArcGISPointCloudColorUniqueValue> | No | No | A collection of unique values to render. |
TransformType
ArcGISPointCloudAttributeTransformType TransformType
A transform that is applied to the field value before evaluating the renderer.
The default value is none, which means that no transform is applied to the field value before evaluating the renderer.
UniqueValuesCollection
ArcGISCollection<ArcGISPointCloudColorUniqueValue> UniqueValuesCollection
A collection of unique values to render.