PointCloudClassBreaksRenderer constructor
- required String attributeName,
- 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.