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