Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PointCloudStretchRenderer

Hierarchy

Index

Properties

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 number field whose values are used to drive the continuous color visualization.

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

stops

stops: ColorStop[]

An array of color value pairs.

Read more...

Readonly type

type: "point-cloud-stretch"

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 PointCloudStretchRenderer

clone

  • Creates a deep clone of the renderer.

    Read more...

    Returns PointCloudStretchRenderer

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 PointCloudStretchRenderer

  • Parameters

    Returns PointCloudStretchRenderer

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