Namespace: Esri::GameEngine::Layers::PointCloud
Class: Esri/GameEngine/Layers/PointCloud/ArcGISPointCloudStretchRenderer
Since: 2.4.0
Inheritance: ArcGISPointCloudRenderer->ArcGISPointCloudStretchRenderer

Summary

A renderer for point clouds using color stops.

Constructors

ArcGISPointCloudStretchRenderer(const FString& attributeName, const ArcGISCollection<ArcGISPointCloudColorStop>& stopsCollection)

Creates a stretch renderer with the specified attribute name and collection of stops.

Since 2.4.0

Arguments
NameTypeConstSummary
attributeNameFStringYes

The name of the attribute for the renderer to use.

stopsCollectionArcGISCollection<ArcGISPointCloudColorStop>Yes

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

A transform applied to the attribute value before evaluating the renderer.

StopsCollection

ArcGISCollection<ArcGISPointCloudColorStop> GetStopsCollection() const

void SetStopsCollection(const ArcGISCollection<ArcGISPointCloudColorStop>& stopsCollection)

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

TransformType

void SetTransformType(const ArcGISPointCloudAttributeTransformType& transformType)

A transform applied to the attribute value before evaluating the renderer.

The default value is ArcGISPointCloudAttributeTransformType::None, which means that no transform is applied to the attribute 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.