Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BasemapView

Hierarchy

Index

Properties

Readonly baseLayerViews

baseLayerViews: Collection<LayerView>

A collection containing a hierarchical list of all the created LayerViews of the base layers in the map.

Read more...

declaredClass

declaredClass: string

destroyed

destroyed: boolean

initialized

initialized: boolean

Readonly referenceLayerViews

referenceLayerViews: Collection<LayerView>

A collection containing a hierarchical list of all the created LayerViews of the reference layers in the map.

Read more...

Readonly updating

updating: boolean

Value is true when the basemap is updating; for example, if it is in the process of fetching data.

Read more...

view

References the MapView or SceneView.

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 BasemapView

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 BasemapView

  • Parameters

    Returns BasemapView

watch

  • Parameters

    • path: string | string[]
    • callback: WatchCallback
    • Optional sync: boolean

    Returns WatchHandle

Generated using TypeDoc