Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PointCloudUniqueValueRendererProperties

Hierarchy

Index

Properties

Optional colorModulation

Reduces the brightness of the point's color, based on the value of another field, usually intensity.

Read more...

Optional colorUniqueValueInfos

Each element in the array is an object that matches a unique value with a specific color.

Read more...

Optional field

field: string

The name of the field whose values are used to drive the visualization.

Read more...

Optional fieldTransformType

fieldTransformType: "none" | "low-four-bit" | "high-four-bit" | "absolute-value" | "modulo-ten"

A transform that is applied to the field value before evaluating the renderer.

Read more...

Optional legendOptions

An object providing options for displaying the renderer in the Legend.

Read more...

Optional pointSizeAlgorithm

Specifies how the size of the points in the point cloud is computed for rendering.

Read more...

Optional pointsPerInch

pointsPerInch: number

The number of points to draw per display inch.

Read more...

Generated using TypeDoc