Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface heatmapCreateRendererParams

Hierarchy

  • Object
    • heatmapCreateRendererParams

Index

Properties

Optional basemap

basemap: string | Basemap

The named string or basemap object of the Esri basemap that will be paired with the output visualization.

Read more...

Optional blurRadius

blurRadius: number

The blurRadius in pixels that determines the area of influence of each point.

Read more...

constructor

constructor: Function

The initial value of Object.prototype.constructor is the standard built-in Object constructor.

Optional fadeToTransparent

fadeToTransparent: boolean

Indicates whether to fade the lower color stops to a transparent color to create a fuzzy boundary on the edge of the heatmap.

Read more...

Optional field

field: string

The name of the field whose data will be queried for statistics and used for the basis of the data-driven visualization.

Read more...

Optional heatmapScheme

heatmapScheme: HeatmapScheme

In authoring apps, the user may select a pre-defined heatmap scheme.

Read more...

layer

The point layer for which the visualization is generated.

Read more...

Optional maxRatio

maxRatio: number

The maximum ratio used in the HeatmapRenderer.colorStops of the output renderer.

Read more...

Optional minRatio

minRatio: number

The minimum ratio used in the HeatmapRenderer.colorStops of the output renderer.

Read more...

Optional signal

signal: AbortSignal

Allows for cancelable requests.

Read more...

Optional statistics

A statistics object generated from the heatmapStatistics function.

Read more...

view

view: MapView

The view instance in which the visualization will be rendered.

Read more...

Methods

hasOwnProperty

  • hasOwnProperty(v: PropertyKey): boolean
  • Determines whether an object has a property with the specified name.

    Parameters

    • v: PropertyKey

      A property name.

    Returns boolean

isPrototypeOf

  • isPrototypeOf(v: Object): boolean
  • Determines whether an object exists in another object's prototype chain.

    Parameters

    • v: Object

      Another object whose prototype chain is to be checked.

    Returns boolean

propertyIsEnumerable

  • propertyIsEnumerable(v: PropertyKey): boolean
  • Determines whether a specified property is enumerable.

    Parameters

    • v: PropertyKey

      A property name.

    Returns boolean

toLocaleString

  • toLocaleString(): string
  • Returns a date converted to a string using the current locale.

    Returns string

toString

  • toString(): string
  • Returns a string representation of an object.

    Returns string

valueOf

  • valueOf(): Object
  • Returns the primitive value of the specified object.

    Returns Object

Generated using TypeDoc