Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SimpleRenderer

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

declaredClass

declaredClass: string

destroyed

destroyed: boolean

initialized

initialized: boolean

label

label: string

The label for the renderer.

Read more...

symbol

symbol: Symbol

The symbol used by the renderer to visualize all features in the layer.

Read more...

Readonly type

type: "simple"

The type of renderer.

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 SimpleRenderer

clone

  • Creates a deep clone of the renderer.

    Read more...

    Returns SimpleRenderer

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 SimpleRenderer

  • Parameters

    Returns SimpleRenderer

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