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.
 
 

7 lines
1.7 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 ../../geometry ../../Graphic ../../core/JSONSupport ../../core/accessorSupport/decorators/property ../../core/has ../../core/Logger ../../core/RandomLCG ../../core/accessorSupport/decorators/reader ../../core/accessorSupport/decorators/subclass ../../core/accessorSupport/decorators/writer ../../geometry/support/typeUtils".split(" "),function(b,a,g,k,e,q,r,t,l,m,n,p){a=class extends k.JSONSupport{constructor(c){super(c);this.layerName=this.layerId=this.foundFieldName=
this.feature=this.displayFieldName=null;this.value=void 0}readFeature(c,d){c={attributes:{}};d.attributes&&(c.attributes=d.attributes);d.geometry&&(c.geometry=d.geometry);return g.fromJSON(c)}writeFeature(c,d){if(c){var {attributes:h,geometry:f}=c;h&&(d.attributes={...h});null!=f&&(d.geometry=f.toJSON(),d.geometryType=p.typeKebabDictionary.toJSON(f.type))}}};b.__decorate([e.property({type:String,json:{write:!0}})],a.prototype,"displayFieldName",void 0);b.__decorate([e.property({type:g})],a.prototype,
"feature",void 0);b.__decorate([l.reader("feature",["attributes","geometry"])],a.prototype,"readFeature",null);b.__decorate([n.writer("feature")],a.prototype,"writeFeature",null);b.__decorate([e.property({type:String,json:{write:!0}})],a.prototype,"foundFieldName",void 0);b.__decorate([e.property({type:Number,json:{write:!0}})],a.prototype,"layerId",void 0);b.__decorate([e.property({type:String,json:{write:!0}})],a.prototype,"layerName",void 0);b.__decorate([e.property({json:{write:!0}})],a.prototype,
"value",void 0);return a=b.__decorate([m.subclass("esri.rest.support.FindResult")],a)});