Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PointCloudClassBreaksRendererProperties

Hierarchy

Index

Properties

Optional colorClassBreakInfos

Each element in the array is an object that provides information about a class break associated with the renderer.

Read more...

Optional colorModulation

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

Read more...

Optional field

field: string

The name of the field that is used to drive the color visualization for the renderer.

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