Point Cloud Bitfield Filter
constructor(attributeName: String, requiredClearBits: Iterable<Long>, requiredSetBits: Iterable<Long>)
Creates a point cloud bitfield filter with the specified collections of bit positions.
Since
300.1.0
Parameters
attribute Name
The name of the attribute to use for the filter.
required Clear Bits
A collection of bit positions where a point is only displayed if the corresponding bit value is 0.
required Set Bits
A collection of bit positions where a point is only displayed if the corresponding bit value is 1.
Throws
if requiredClearBits or requiredSetBits contains a negative bit position.