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
NameTypeSummary
attributeNamestring

The name of the attribute to use for the renderer.

classBreaksCollectionArcGISCollection<ArcGISPointCloudColorClassBreak>

A collection of class breaks that define a color to apply to each range of values.

Properties

PropertyTypeNullableReadonlySummary
ClassBreaksCollectionArcGISCollection<ArcGISPointCloudColorClassBreak>NoNo

A collection of class breaks that define a color to apply to each range of values.

TransformTypeArcGISPointCloudAttributeTransformTypeNoNo

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

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.

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