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.
 
 

8 lines
2.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 ../../core/JSONSupport ../../core/lang ../../core/accessorSupport/decorators/property ../../core/accessorSupport/ensureType ../../core/accessorSupport/decorators/subclass ../../core/accessorSupport/decorators/writer".split(" "),function(b,a,h,c,k,l,e){var d;a=d=class extends a.JSONSupport{constructor(f){super(f);this.attachmentsWhere=this.attachmentTypes=null;this.cacheHint=void 0;this.objectIds=this.num=this.name=this.globalIds=this.keywords=null;this.returnMetadata=
!1;this.where=this.start=this.size=null}writeStart(f,g){g.resultOffset=this.start;g.resultRecordCount=this.num||10}clone(){return new d(h.clone({attachmentTypes:this.attachmentTypes,attachmentsWhere:this.attachmentsWhere,cacheHint:this.cacheHint,keywords:this.keywords,where:this.where,globalIds:this.globalIds,name:this.name,num:this.num,objectIds:this.objectIds,returnMetadata:this.returnMetadata,size:this.size,start:this.start}))}};b.__decorate([c.property({type:[String],json:{write:!0}})],a.prototype,
"attachmentTypes",void 0);b.__decorate([c.property({type:String,json:{read:{source:"attachmentsDefinitionExpression"},write:{target:"attachmentsDefinitionExpression"}}})],a.prototype,"attachmentsWhere",void 0);b.__decorate([c.property({type:Boolean,json:{write:!0}})],a.prototype,"cacheHint",void 0);b.__decorate([c.property({type:[String],json:{write:!0}})],a.prototype,"keywords",void 0);b.__decorate([c.property({type:[Number],json:{write:!0}})],a.prototype,"globalIds",void 0);b.__decorate([c.property({json:{write:!0}})],
a.prototype,"name",void 0);b.__decorate([c.property({type:Number,json:{read:{source:"resultRecordCount"}}})],a.prototype,"num",void 0);b.__decorate([c.property({type:[Number],json:{write:!0}})],a.prototype,"objectIds",void 0);b.__decorate([c.property({type:Boolean,json:{default:!1,write:!0}})],a.prototype,"returnMetadata",void 0);b.__decorate([c.property({type:[Number],json:{write:!0}})],a.prototype,"size",void 0);b.__decorate([c.property({type:Number,json:{read:{source:"resultOffset"}}})],a.prototype,
"start",void 0);b.__decorate([e.writer("start"),e.writer("num")],a.prototype,"writeStart",null);b.__decorate([c.property({type:String,json:{read:{source:"definitionExpression"},write:{target:"definitionExpression"}}})],a.prototype,"where",void 0);a=d=b.__decorate([l.subclass("esri.rest.support.AttachmentQuery")],a);a.from=k.ensureType(a);return a});