Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WMTSSublayer

Hierarchy

Index

Properties

declaredClass

declaredClass: string

description

description: string

Description for the WMTS sublayer.

Read more...

destroyed

destroyed: boolean

fullExtent

fullExtent: Extent

The full extent of the layer.

Read more...

id

id: string

The unique ID assigned to the sublayer.

Read more...

imageFormat

imageFormat: string

The map image format (MIME type) to request.

Read more...

imageFormats

imageFormats: string[]

Supported image formats as retrieved from the GetCapabilities request.

Read more...

initialized

initialized: boolean

layer

layer: WMTSLayer

The WMTSLayer to which the sublayer belongs.

Read more...

styleId

styleId: string

The WMTSStyle to request.

Read more...

styles

A collection of supported WMTSStyles as retrieved from the GetCapabilities request.

Read more...

tileMatrixSet

tileMatrixSet: TileMatrixSet

The TileMatrixSet to request.

Read more...

tileMatrixSetId

tileMatrixSetId: string

The id of the TileMatrixSet to request.

Read more...

tileMatrixSets

tileMatrixSets: Collection<TileMatrixSet>

A collection of supported TileMatrixSets.

Read more...

title

title: string

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

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 WMTSSublayer

clone

  • Creates a deep clone of the WMTS sublayer.

    Read more...

    Returns WMTSSublayer

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 WMTSSublayer

  • Parameters

    Returns WMTSSublayer

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