PointCloudClassBreaksRenderer constructor

PointCloudClassBreaksRenderer({
  1. required String attributeName,
  2. required List<PointCloudColorClassBreak> classBreaks,
})

Creates a class breaks renderer with the specified attribute name and collection of class breaks.

Parameters:

  • attributeName — The name of the attribute to use for the renderer.
  • classBreaks — A collection of class breaks that define a color to apply to each range of values.