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

The name of the attribute for the renderer to use.

stopsCollectionArcGISCollection<ArcGISPointCloudColorStop>

The stops that define colors and point values to control rendering.

Properties

PropertyTypeNullableReadonlySummary
StopsCollectionArcGISCollection<ArcGISPointCloudColorStop>NoNo

A collection of stops that define colors and point values to control rendering.

TransformTypeArcGISPointCloudAttributeTransformTypeNoNo

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

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.

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