PointCloudUniqueValueRenderer constructor
- required String attributeName,
- required List<
PointCloudColorUniqueValue> uniqueValues,
Creates a unique value renderer with the specified attribute name and collection of unique values.
Parameters:
attributeName— The name of the attribute for the renderer to use.uniqueValues— A collection of unique values to render.