Custom Gis Application with Arcgis Javascript API with modern layouting
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

6 lines
1.4 KiB

// All material copyright Esri, All Rights Reserved, unless otherwise specified.
// See https://js.arcgis.com/4.30/esri/copyright.txt for details.
//>>built
define("exports ../../chunks/tslib.es6 ../../core/JSONSupport ../../core/lang ../../core/accessorSupport/decorators/property ../../core/has ../../core/Logger ../../core/accessorSupport/decorators/subclass".split(" "),function(a,b,f,e,c,k,l,g){var d;a.WMTSLayerInfo=d=class extends f.JSONSupport{constructor(h){super(h)}clone(){return new d({customLayerParameters:e.clone(this.customLayerParameters),customParameters:e.clone(this.customParameters),layerIdentifier:this.layerIdentifier,tileMatrixSet:this.tileMatrixSet,
url:this.url})}};b.__decorate([c.property({json:{type:Object,write:!0}})],a.WMTSLayerInfo.prototype,"customLayerParameters",void 0);b.__decorate([c.property({json:{type:Object,write:!0}})],a.WMTSLayerInfo.prototype,"customParameters",void 0);b.__decorate([c.property({type:String,json:{write:!0}})],a.WMTSLayerInfo.prototype,"layerIdentifier",void 0);b.__decorate([c.property({type:String,json:{write:!0}})],a.WMTSLayerInfo.prototype,"tileMatrixSet",void 0);b.__decorate([c.property({type:String,json:{write:!0}})],
a.WMTSLayerInfo.prototype,"url",void 0);a.WMTSLayerInfo=d=b.__decorate([g.subclass("esri.layers.support.WMTSLayerInfo")],a.WMTSLayerInfo);Object.defineProperty(a,Symbol.toStringTag,{value:"Module"})});