Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WMSSublayer

Hierarchy

Index

Properties

declaredClass

declaredClass: string

description

description: string

Description for the WMS sublayer.

Read more...

destroyed

destroyed: boolean

Readonly dimensions

An array of time, elevation and other dimensions for the sublayer.

Read more...

fullExtent

fullExtent: Extent

The full extent of the layer.

Read more...

id

id: number

The id for the WMS sublayer.

Read more...

initialized

initialized: boolean

layer

layer: WMSLayer

The WMSLayer to which the sublayer belongs.

Read more...

legendEnabled

legendEnabled: boolean

Indicates whether the layer will be included in the legend.

Read more...

legendUrl

legendUrl: string

A string url pointing to a legend image for the layer.

Read more...

maxScale

maxScale: number

The maximum scale (most zoomed in) at which the layer is visible in the view.

Read more...

minScale

minScale: number

The minimum scale (most zoomed out) at which the layer is visible in the view.

Read more...

name

name: string

Name of the WMS sublayer.

Read more...

popupEnabled

popupEnabled: boolean

Indicates whether to display popups when features in the layer are clicked.

Read more...

queryable

queryable: boolean

Indicates if the layer can be queried, i.e.

Read more...

spatialReferences

spatialReferences: number[]

List of spatialReferences (WKID) derived from the CRS elements of the first layer in the GetCapabilities request.

Read more...

sublayers

A collection of WMSSublayers.

Read more...

title

title: string

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

Read more...

visible

visible: boolean

Indicates if the layer 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 WMSSublayer

clone

  • Creates a deep clone of the WMS sublayer.

    Read more...

    Returns WMSSublayer

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 WMSSublayer

  • Parameters

    Returns WMSSublayer

watch

  • Parameters

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

    Returns WatchHandle

Generated using TypeDoc