Namespace: GameEngine.Layers.PointCloud
Class: GameEngine/Layers/PointCloud/ArcGISPointCloudClassBreaksRenderer
Since: 2.4.0
Inheritance: ArcGISPointCloudRenderer->ArcGISPointCloudClassBreaksRenderer
Summary
Renderer for point clouds using class breaks.
Constructors
ArcGISPointCloudClassBreaksRenderer(string attributeName, ArcGISCollection<ArcGISPointCloudColorClassBreak> classBreaksCollection)
Creates a class breaks renderer with the specified attribute name and collection of class breaks.
Since 2.4.0
Arguments
| Name | Type | Summary |
|---|---|---|
attribute | string | The name of the attribute to use for the renderer. |
class | ArcGISCollection<ArcGISPointCloudColorClassBreak> | A collection of class breaks that define a color to apply to each range of values. |
Properties
| Property | Type | Nullable | Readonly | Summary |
|---|---|---|---|---|
ClassBreaksCollection | ArcGISCollection<ArcGISPointCloudColorClassBreak> | No | No | A collection of class breaks that define a color to apply to each range of values. |
TransformType | ArcGISPointCloudAttributeTransformType | No | No | The type of transform that is applied to the field value before evaluating. |
ClassBreaksCollection
ArcGISCollection<ArcGISPointCloudColorClassBreak> ClassBreaksCollection
A collection of class breaks that define a color to apply to each range of values.
TransformType
ArcGISPointCloudAttributeTransformType TransformType
The type of transform that is applied to the field value before evaluating.
The default value is ArcGISPointCloudAttributeTransformType.None, which means that no transform is applied to the field value before evaluating the renderer.