<< Click to Display Table of Contents >>

 

new sg.layers.WMTSLayerInfo(param)

 

 

Description

Information for WMTS

 

Position

WMTSLayerInformation.js

 

 

Parameters

 

Parameter

Type

Description

param

Object

WMSLayerInfo object

set object

Name

Type

Description

description

String

WMTS layer discription

format

String

Tile image format

identifier

String

WMTS layer ID

tileInfo

sg.layers.TileInfo

Tile info object

tileMatrixSet

String

WMTS tileMatricSet

style

String

WMTS layer style

 

 

 

Example

 

 

<script type="text/javascript" src="scripts/WMTSLayer.js"></script>

 

var CreateWMTS = function () {

 

          var layerInfo = new sg.layers.WMTSLayerInfo({

               identifier: "AMSR2_Snow_Water_Equivalent",

               tileMatrixSet: "EPSG4326_2km",

               format: "png"

           });

         

       }

 

 

 

See live demo


©2015 Supergeo Technologies Inc.