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
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("../../chunks/tslib.es6 ../../core/JSONSupport ../../core/accessorSupport/decorators/property ../../core/has ../../core/Logger ../../core/RandomLCG ../../core/accessorSupport/decorators/subclass ./commonProperties".split(" "),function(b,a,c,h,k,l,f,g){var d;a=d=class extends a.JSONSupport{constructor(e){super(e);this.minValue=this.label=this.description=null;this.maxValue=0;this.symbol=null}clone(){return new d({description:this.description,label:this.label,minValue:this.minValue,maxValue:this.maxValue, |
|
symbol:this.symbol?.clone()??null})}getMeshHash(){const e=JSON.stringify(this.symbol);return`${this.minValue}.${this.maxValue}.${e}`}};b.__decorate([c.property({type:String,json:{write:!0}})],a.prototype,"description",void 0);b.__decorate([c.property({type:String,json:{write:!0}})],a.prototype,"label",void 0);b.__decorate([c.property({type:Number,json:{read:{source:"classMinValue"},write:{target:"classMinValue"}}})],a.prototype,"minValue",void 0);b.__decorate([c.property({type:Number,json:{read:{source:"classMaxValue"}, |
|
write:{target:"classMaxValue"}}})],a.prototype,"maxValue",void 0);b.__decorate([c.property(g.requiredRendererSymbolProperty)],a.prototype,"symbol",void 0);return a=d=b.__decorate([f.subclass("esri.renderers.support.ClassBreakInfo")],a)}); |