UNPKG

@arcgis/core

Version:

ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API

3 lines (2 loc) 1.71 kB
/* COPYRIGHT Esri - https://js.arcgis.com/5.0.8/LICENSE.txt */ import{__decorate as e}from"tslib";import{JSONSupport as t}from"../../core/JSONSupport.js";import{property as o,subclass as r}from"../../core/accessorSupport/decorators.js";import{ensureType as i}from"../../core/accessorSupport/ensureType.js";import s from"../../geometry/SpatialReference.js";let n=class extends t{constructor(e){super(e),this.contains=!0,this.dynamicLayerInfos=null,this.gdbVersion=null,this.geometryPrecision=null,this.layerDefinitions=null,this.layerIds=null,this.maxAllowableOffset=null,this.outSpatialReference=null,this.returnGeometry=!1,this.searchFields=null,this.searchText=null}};e([o({type:Boolean,json:{write:{enabled:!0,isRequired:!0}}})],n.prototype,"contains",void 0),e([o({type:[Object],json:{read:{source:"dynamicLayers"},write:{target:"dynamicLayers"}}})],n.prototype,"dynamicLayerInfos",void 0),e([o({type:String,json:{write:!0}})],n.prototype,"gdbVersion",void 0),e([o({type:Number,json:{write:!0}})],n.prototype,"geometryPrecision",void 0),e([o({type:[Object],json:{write:!0}})],n.prototype,"layerDefinitions",void 0),e([o({type:[Number],json:{write:!0}})],n.prototype,"layerIds",void 0),e([o({type:Number,json:{write:!0}})],n.prototype,"maxAllowableOffset",void 0),e([o({type:s,json:{read:{source:"outSR"},write:{target:"outSR"}}})],n.prototype,"outSpatialReference",void 0),e([o({type:Boolean,json:{write:{enabled:!0,isRequired:!0}}})],n.prototype,"returnGeometry",void 0),e([o({type:[String],json:{write:!0}})],n.prototype,"searchFields",void 0),e([o({type:String,json:{write:!0}})],n.prototype,"searchText",void 0),n=e([r("esri.rest.support.FindParameters")],n),n.from=i(n);const p=n;export{p as default};