Class: WMTSLayer

Layer. WMTSLayer

Creates a layer for imagery data using WMTS protocol.
WMTS protocol provides tiles with a resolution of tilePixelSize
based on a GeoTiling(4, 2)


http://example.com/wmts?LAYER=MyLayer1,MyLayer2& EXCEPTIONS=text/xml&FORMAT=image/jpeg&SERVICE=WMTS& VERSION=1.0.0&REQUEST=GetTile&STYLE=normal& TILEMATRIXSET=PM&TILEMATRIX=18&TILEROW=90241&TILECOL=132877&

The parameters of a WMTS server are the following:
  • TILEMATRIXSET: The name of pyramidal images
  • TILEMATRIX: The name of the matrix that contains the tile
  • TILEROW: The line number from the top left corner from the tile
  • TILECOL: The column number from the top left corner from the tile

new WMTSLayer(options)

Parameters:
Name Type Description
options AbstractRasterLayer.configuration WMTS configuration
Properties:
Name Type Argument Default Description
tilePixelSize int <optional>
256 tile in pixels
numberOfLevels int <optional>
21 number of levels
version string <optional>
"1.0.0" WMS version
transparent string <optional>
time string <optional>
Time dimension
format string <optional>
"image/png" output image format
See:

Extends

Methods


getGlobe()

Inherited From:
Implements:

getID()

Inherited From:
Implements:

getName()

Inherited From:
Implements:

getAttribution()

Inherited From:
Implements:

getCopyrightUrl()

Inherited From:
Implements:

getAck()

Inherited From:
Implements:

getIcon()

Inherited From:
Implements:

getDescription()

Inherited From:
Implements:

isVisible()

Inherited From:
Implements:

setVisible()

Inherited From:
Implements:

getOpacity()

Inherited From:
Implements:

setOpacity()

Inherited From:
Implements:

getProperties()

Inherited From:
Implements:

getType()

Inherited From:
Implements:

isPickable()

Inherited From:
Implements:

isType()

Inherited From:
Implements:

getServices()

Inherited From:
Implements:

getCoordinateSystem()

Inherited From:
Implements:

_detach()

Inherited From:
Implements:

getBaseURl()

Inherited From:
Implements:

getDataType()

Inherited From:
Implements:

getFormat()

Inherited From:
Implements:

isDeletable()

Inherited From:
Implements:

getColor()

Inherited From:
Implements:

getStyle()

Inherited From:
Implements:

getAvailableServices()

Inherited From:
Implements: