UNPKG

@arcgis/core

Version:

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

6 lines (5 loc) 1.13 kB
/* All material copyright ESRI, All Rights Reserved, unless otherwise specified. See https://js.arcgis.com/4.33/esri/copyright.txt for details. */ import{_ as o}from"../../chunks/tslib.es6.js";import r from"../../core/Clonable.js";import t from"../../core/JSONSupport.js";import{property as e}from"../../core/accessorSupport/decorators/property.js";import"../../core/has.js";import"../../core/Logger.js";import"../../core/RandomLCG.js";import{subclass as s}from"../../core/accessorSupport/decorators/subclass.js";import p from"../../geometry/Point.js";let i=class extends(r.ClonableMixin(t)){constructor(){super(...arguments),this.fromGeometry=null,this.toGeometry=null,this.objectIds=null,this.where=null,this.maxCount=null}};o([e({type:p,json:{read:!0}})],i.prototype,"fromGeometry",void 0),o([e({type:p,json:{read:!0,write:!0}})],i.prototype,"toGeometry",void 0),o([e({json:{write:!0}})],i.prototype,"objectIds",void 0),o([e({type:String,json:{write:!0}})],i.prototype,"where",void 0),o([e({type:Number,json:{write:!0}})],i.prototype,"maxCount",void 0),i=o([s("esri.rest.support.FindImagesParameters")],i);export{i as default};