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.5 KiB
6 lines
1.5 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(d){super(d);this.layerName=this.layerId=this.feature=this.displayFieldName= |
|
null}readFeature(d,c){return g.fromJSON({attributes:{...c.attributes},geometry:{...c.geometry}})}writeFeature(d,c){if(d){var {attributes:h,geometry:f}=d;h&&(c.attributes={...h});null!=f&&(c.geometry=f.toJSON(),c.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:Number,json:{write:!0}})],a.prototype,"layerId",void 0);b.__decorate([e.property({type:String,json:{write:!0}})],a.prototype,"layerName",void 0);return a=b.__decorate([m.subclass("esri.rest.support.IdentifyResult")],a)}); |