@doegis/core
Version:
DOE GIS API
3 lines (1 loc) • 1.79 kB
JavaScript
import{_ as e}from"../../chunks/tslib.es6.js";import"../../geometry.js";import{JSONSupport as t}from"../../core/JSONSupport.js";import{property as r}from"../../core/accessorSupport/decorators/property.js";import{ensureType as o}from"../../core/accessorSupport/ensureType.js";import"../../core/arrayUtils.js";import{subclass as s}from"../../core/accessorSupport/decorators/subclass.js";import i from"../../geometry/SpatialReference.js";let p=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([r({type:Boolean,json:{write:{enabled:!0,isRequired:!0}}})],p.prototype,"contains",void 0),e([r({type:[Object],json:{read:{source:"dynamicLayers"},write:{target:"dynamicLayers"}}})],p.prototype,"dynamicLayerInfos",void 0),e([r({type:String,json:{write:!0}})],p.prototype,"gdbVersion",void 0),e([r({type:Number,json:{write:!0}})],p.prototype,"geometryPrecision",void 0),e([r({type:[Object],json:{write:!0}})],p.prototype,"layerDefinitions",void 0),e([r({type:[Number],json:{write:!0}})],p.prototype,"layerIds",void 0),e([r({type:Number,json:{write:!0}})],p.prototype,"maxAllowableOffset",void 0),e([r({type:i,json:{read:{source:"outSR"},write:{target:"outSR"}}})],p.prototype,"outSpatialReference",void 0),e([r({type:Boolean,json:{write:{enabled:!0,isRequired:!0}}})],p.prototype,"returnGeometry",void 0),e([r({type:[String],json:{write:!0}})],p.prototype,"searchFields",void 0),e([r({type:String,json:{write:!0}})],p.prototype,"searchText",void 0),p=e([s("esri.rest.support.FindParameters")],p),p.from=o(p);const n=p;export{n as default};