Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DictionaryRenderer

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

config

config: any

This property allows you to set display options that can be configured on the dictionary symbol style.

Read more...

declaredClass

declaredClass: string

destroyed

destroyed: boolean

fieldMap

fieldMap: HashMap<string>

Defines a field mapping that maps input fields from the feature to the dictionary symbol style's expected fields for symbols and text.

Read more...

initialized

initialized: boolean

scaleExpression

scaleExpression: string

A scaling expression can be set to increase or decrease the size of the dictionary symbols.

Read more...

scaleExpressionTitle

scaleExpressionTitle: string

The title identifying and describing the associated Arcade expression as defined in the scaleExpression property.

Read more...

type

type: "dictionary"

The type of renderer.

Read more...

url

url: string

The URL to the dictionary style.

Read more...

visualVariables

visualVariables: VisualVariable[]

An array of VisualVariable objects.

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 DictionaryRenderer

clone

  • Creates a deep clone of the renderer.

    Read more...

    Returns DictionaryRenderer

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

getSymbolAsync

  • This method will return the symbol for a given graphic using the dictionary renderer.

    Read more...

    Parameters

    Returns Promise<CIMSymbol>

Protected notifyChange

  • notifyChange(propertyName: string): void
  • Parameters

    • propertyName: string

    Returns void

set

  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns DictionaryRenderer

  • Parameters

    Returns DictionaryRenderer

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