PointCloudStretchRenderer constructor

PointCloudStretchRenderer({
  1. required String attributeName,
  2. required List<PointCloudColorStop> stops,
})

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

Parameters:

  • attributeName — The name of the attribute for the renderer to use.
  • stops — The stops that define colors and point values to control rendering.