Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HeatmapRenderer

Hierarchy

Index

Properties

authoringInfo

authoringInfo: AuthoringInfo

Authoring metadata only included in renderers generated from one of the Smart Mapping creator methods, such as sizeRendererCreator.createContinuousRenderer() or colorRendererCreator.createContinuousRenderer().

Read more...

blurRadius

blurRadius: number

The area of influence for each point in the layer.

Read more...

colorStops

colorStops: HeatmapColorStop[]

An array of objects describing the renderer's color ramp.

Read more...

declaredClass

declaredClass: string

destroyed

destroyed: boolean

field

field: string

The name of the attribute field used to weight the intensity of each heatmap point.

Read more...

initialized

initialized: boolean

maxPixelIntensity

maxPixelIntensity: number

The pixel intensity value that determines which pixels are assigned the final color in the colorStops.

Read more...

minPixelIntensity

minPixelIntensity: number

The pixel intensity value used to determine which pixels will be assigned the initial color in the colorStops.

Read more...

Readonly type

type: "heatmap"

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 HeatmapRenderer

clone

  • Creates a deep clone of the renderer.

    Read more...

    Returns HeatmapRenderer

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 HeatmapRenderer

  • Parameters

    Returns HeatmapRenderer

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