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("../../chunks/tslib.es6 ../../core/JSONSupport ../../core/lang ../../core/accessorSupport/decorators/property ../../core/has ../../core/Logger ../../core/accessorSupport/decorators/subclass ./ExpressionInfo".split(" "),function(b,a,e,c,k,l,f,g){var d;a=d=class extends a.JSONSupport{constructor(h){super(h);this.isAutoGenerated=!1;this.statisticType=this.onStatisticExpression=this.onStatisticField=this.alias=this.name=null}clone(){return new d({name:this.name,alias:this.alias,isAutoGenerated:this.isAutoGenerated,
onStatisticExpression:e.clone(this.onStatisticExpression),onStatisticField:this.onStatisticField,statisticType:this.statisticType})}};b.__decorate([c.property({type:Boolean,json:{write:!0}})],a.prototype,"isAutoGenerated",void 0);b.__decorate([c.property({type:String,json:{write:!0}})],a.prototype,"name",void 0);b.__decorate([c.property({type:String,json:{write:!0}})],a.prototype,"alias",void 0);b.__decorate([c.property({type:String,json:{write:!0}})],a.prototype,"onStatisticField",void 0);b.__decorate([c.property({type:g,
json:{write:!0}})],a.prototype,"onStatisticExpression",void 0);b.__decorate([c.property({type:String,json:{write:!0}})],a.prototype,"statisticType",void 0);return a=d=b.__decorate([f.subclass("esri.layers.support.AggregateField")],a)});