IWebMapTileServiceInfo

Interface

Object defines and provides information about layers in a WMTSLayer service.

Properties

Property Type Notes
layerIdentifier string

Identifier for the specific layer used in the WMTS service. Required input by the user.

url string

URL to the WMTS web service. Required input by the user.

customLayerParameters Optional any

A sequence of parameters used to append different custom parameters to a WMTS tile request. These parameters are applied to GetTile. The customLayerParameters property takes precedence if customParameters is also present.

customParameters Optional any

A sequence of parameters used to append custom parameters to all WMTS requests. These parameters are applied to GetCapabilities and GetTile. If used with the customLayerParameters property, customParameters will not take precedence.

tileMatrixSet Optional any

Tiling schema, set by the WMTS service.


Interface defined in packages/arcgis-rest-types/src/webmap.ts:1258