Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PointCloudClassBreaksRenderer

Hierarchy

Index

Properties

colorClassBreakInfos

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

Read more...

colorModulation

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

Read more...

declaredClass

declaredClass: string

destroyed

destroyed: boolean

field

field: string

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

Read more...

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...

initialized

initialized: boolean

legendOptions

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

Read more...

pointSizeAlgorithm

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

Read more...

pointsPerInch

pointsPerInch: number

The number of points to draw per display inch.

Read more...

Readonly type

type: "point-cloud-class-breaks"

The type of renderer.

Read more...

Methods

Protected _get

  • _get(propertyName: string): any
  • _get<T>(propertyName: string): T
  • Parameters

    • propertyName: string

    Returns any

  • Type parameters

    • T

    Parameters

    • propertyName: string

    Returns T

Protected _set

  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns PointCloudClassBreaksRenderer

clone

  • Creates a deep clone of the renderer.

    Read more...

    Returns PointCloudClassBreaksRenderer

destroy

  • destroy(): void
  • Returns void

get

  • get<T>(propertyName: string): T
  • get(propertyName: string): any
  • Type parameters

    • T

    Parameters

    • propertyName: string

    Returns T

  • Parameters

    • propertyName: string

    Returns any

Protected notifyChange

  • notifyChange(propertyName: string): void
  • Parameters

    • propertyName: string

    Returns void

set

  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns PointCloudClassBreaksRenderer

  • Parameters

    Returns PointCloudClassBreaksRenderer

toJSON

  • toJSON(): any
  • Converts an instance of this class to its ArcGIS portal JSON representation.

    Read more...

    Returns any

watch

  • Parameters

    • path: string | string[]
    • callback: WatchCallback
    • Optional sync: boolean

    Returns WatchHandle

Generated using TypeDoc