// All material copyright Esri, All Rights Reserved, unless otherwise specified. // See https://js.arcgis.com/4.30/esri/copyright.txt for details. //>>built define("../../chunks/tslib.es6 ../../core/JSONSupport ../../core/accessorSupport/decorators/property ../../core/accessorSupport/ensureType ../../core/RandomLCG ../../core/has ../../core/accessorSupport/decorators/subclass".split(" "),function(b,a,c,e,h,k,f){var d;a=d=class extends a.JSONSupport{constructor(g){super(g);this.cols=null;this.level=0;this.origin=this.levelValue=null;this.resolution=0;this.rows=null;this.scale=0}clone(){return new d({cols:this.cols,level:this.level,levelValue:this.levelValue, resolution:this.resolution,rows:this.rows,scale:this.scale})}};b.__decorate([c.property({json:{write:!0,origins:{"web-document":{read:!1,write:!1},"portal-item":{read:!1,write:!1}}}})],a.prototype,"cols",void 0);b.__decorate([c.property({type:e.Integer,json:{write:!0}})],a.prototype,"level",void 0);b.__decorate([c.property({type:String,json:{write:!0}})],a.prototype,"levelValue",void 0);b.__decorate([c.property({json:{write:!0,origins:{"web-document":{read:!1,write:!1},"portal-item":{read:!1,write:!1}}}})], a.prototype,"origin",void 0);b.__decorate([c.property({type:Number,json:{write:!0}})],a.prototype,"resolution",void 0);b.__decorate([c.property({json:{write:!0,origins:{"web-document":{read:!1,write:!1},"portal-item":{read:!1,write:!1}}}})],a.prototype,"rows",void 0);b.__decorate([c.property({type:Number,json:{write:!0}})],a.prototype,"scale",void 0);return a=d=b.__decorate([f.subclass("esri.layers.support.LOD")],a)});