Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BuildingSublayer

Hierarchy

Index

Properties

declaredClass

declaredClass: string

destroyed

destroyed: boolean

Readonly id

id: number

The sublayer's layer id as defined by the Scene Service.

Read more...

initialized

initialized: boolean

Readonly isEmpty

isEmpty: boolean

Indicates if this sublayer is empty.

Read more...

Readonly modelName

modelName: string

The modelName is a standard name for each sublayer.

Read more...

opacity

opacity: number

Opacity of the sublayer.

Read more...

title

title: string

The title of the sublayer used to identify it in places such as the LayerList and Legend widgets.

Read more...

visible

visible: boolean

Indicates if the sublayer is visible in the view.

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 BuildingSublayer

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 BuildingSublayer

  • Parameters

    Returns BuildingSublayer

watch

  • Parameters

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

    Returns WatchHandle

Generated using TypeDoc