Namespace: GameEngine.Layers.PointCloud
Class: GameEngine/Layers/PointCloud/ArcGISPointCloudStretchRenderer
Since: 2.4.0
Inheritance: ArcGISPointCloudRenderer->ArcGISPointCloudStretchRenderer
Summary
A renderer for point clouds using color stops.
Constructors
ArcGISPointCloudStretchRenderer(string attributeName, ArcGISCollection<ArcGISPointCloudColorStop> stopsCollection)
Creates a stretch renderer with the specified attribute name and collection of stops.
Since 2.4.0
Arguments
| Name | Type | Summary |
|---|---|---|
attribute | string | The name of the attribute for the renderer to use. |
stops | ArcGISCollection<ArcGISPointCloudColorStop> | The stops that define colors and point values to control rendering. |
Properties
| Property | Type | Nullable | Readonly | Summary |
|---|---|---|---|---|
StopsCollection | ArcGISCollection<ArcGISPointCloudColorStop> | No | No | A collection of stops that define colors and point values to control rendering. |
TransformType | ArcGISPointCloudAttributeTransformType | No | No | The type of field transform applied by the renderer. |
StopsCollection
ArcGISCollection<ArcGISPointCloudColorStop> StopsCollection
A collection of stops that define colors and point values to control rendering.
TransformType
ArcGISPointCloudAttributeTransformType TransformType
The type of field transform applied by the renderer.
The default value is none, which means that no transform is applied to the field value before evaluating the renderer.