UNPKG

@arcgis/core

Version:

ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API

6 lines (5 loc) 1.19 kB
/* All material copyright ESRI, All Rights Reserved, unless otherwise specified. See https://js.arcgis.com/4.33/esri/copyright.txt for details. */ import{_ as r}from"../../chunks/tslib.es6.js";import t from"../../core/JSONSupport.js";import{clone as e}from"../../core/lang.js";import{property as o}from"../../core/accessorSupport/decorators/property.js";import"../../core/has.js";import"../../core/Logger.js";import{subclass as s}from"../../core/accessorSupport/decorators/subclass.js";var i;let p=i=class extends t{constructor(r){super(r)}clone(){return new i({customLayerParameters:e(this.customLayerParameters),customParameters:e(this.customParameters),layerIdentifier:this.layerIdentifier,tileMatrixSet:this.tileMatrixSet,url:this.url})}};r([o({json:{type:Object,write:!0}})],p.prototype,"customLayerParameters",void 0),r([o({json:{type:Object,write:!0}})],p.prototype,"customParameters",void 0),r([o({type:String,json:{write:!0}})],p.prototype,"layerIdentifier",void 0),r([o({type:String,json:{write:!0}})],p.prototype,"tileMatrixSet",void 0),r([o({type:String,json:{write:!0}})],p.prototype,"url",void 0),p=i=r([s("esri.layers.support.WMTSLayerInfo")],p);export{p as WMTSLayerInfo};