Reference Source
public class | source

LayerWMTS

Extends:

L~L.TileLayer.WMTS → LayerWMTS

Direct Subclass:

src_en/map/MapLayerWMTSMask.js~MapLayerWMTSMask

WMTS Layer

Constructor Summary

Public Constructor
public

constructor(url: String, options: Object)

Constructor

Member Summary

Public Members
public

Method Summary

Public Methods
public

addToMapView(mapview: Object): Null

Add to map

Public Constructors

public constructor(url: String, options: Object) source

Constructor

Params:

NameTypeAttributeDescription
url String

service address

options Object

setting options

options.layer String

layer name

options.style String

style name

options.tilematrixSet String

tilematrix name

options.format String

image format

Public Members

public desc: string source

Public Methods

public addToMapView(mapview: Object): Null source

Add to map

Params:

NameTypeAttributeDescription
mapview Object

mapview object

Return:

Null