Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IconSymbol3DLayer

Hierarchy

Index

Properties

anchor

anchor: "center" | "top" | "left" | "right" | "bottom" | "top-left" | "top-right" | "bottom-left" | "bottom-right" | "relative"

The positioning of the icon relative to the geometry.

Read more...

anchorPosition

Defines the anchor relative to the center of the icon.

Read more...

declaredClass

declaredClass: string

destroyed

destroyed: boolean

initialized

initialized: boolean

material

The material used to shade the icon.

Read more...

outline

The outline of the icon.

Read more...

resource

The shape (primitive) or image URL (href) used to visualize the features.

Read more...

size

size: number

The size of the icon in points.

Read more...

Readonly type

type: "icon"

The symbol 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 IconSymbol3DLayer

clone

  • Creates a deep clone of the symbol layer.

    Read more...

    Returns IconSymbol3DLayer

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 IconSymbol3DLayer

  • Parameters

    Returns IconSymbol3DLayer

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