PointCloudValueFilter constructor
- required String attributeName,
- required List<
double> values, - required PointCloudValueFilterMode mode,
Creates a PointCloudValueFilter with the specified attribute name and collection of values.
Parameters:
attributeName— The name of the attribute for the filter to use.values— A collection of numeric values for the filter to apply.mode— Whether points should be included or excluded from the filter.