Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FeatureReductionCluster

Hierarchy

Index

Properties

clusterMaxSize

clusterMaxSize: number

Defines the symbol size of the largest cluster in points (or pixels if specified).

Read more...

clusterMinSize

clusterMinSize: number

Defines the symbol size of the smallest cluster in points (or pixels if specified).

Read more...

clusterRadius

clusterRadius: number

Defines the radius in points (or pixels if specified) of each area in which multiple points will be grouped and visualized as a single cluster.

Read more...

declaredClass

declaredClass: string

destroyed

destroyed: boolean

initialized

initialized: boolean

labelingInfo

labelingInfo: LabelClass[]

Defines labels for clusters as an array of LabelClass.

Read more...

labelsVisible

labelsVisible: boolean

Indicates whether to display labels for the clusters.

Read more...

popupEnabled

popupEnabled: boolean

Indicates whether to display the cluster popup.

Read more...

popupTemplate

popupTemplate: PopupTemplate

The PopupTemplate to apply to clustered graphics.

Read more...

type

type: "cluster"

The feature reduction type.

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 FeatureReductionCluster

clone

  • Creates a deep clone of the FeatureReductionCluster object.

    Read more...

    Returns FeatureReductionCluster

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 FeatureReductionCluster

  • Parameters

    Returns FeatureReductionCluster

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