@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
6 lines (5 loc) • 1.23 kB
JavaScript
/*
All material copyright ESRI, All Rights Reserved, unless otherwise specified.
See https://js.arcgis.com/4.32/esri/copyright.txt for details.
*/
import{_ as e}from"../../chunks/tslib.es6.js";import r from"../../core/JSONSupport.js";import{clone as t}from"../../core/lang.js";import{property as o}from"../../core/accessorSupport/decorators/property.js";import{Integer as s}from"../../core/accessorSupport/ensureType.js";import{subclass as p}from"../../core/accessorSupport/decorators/subclass.js";import a from"../../geometry/Point.js";import i from"../../geometry/SpatialReference.js";var n;let l=n=class extends r{constructor(e){super(e),this.angleNames=null,this.point=null,this.spatialReference=null,this.rasterId=null}clone(){return new n(t({angleNames:this.angleNames,point:this.point,spatialReference:this.spatialReference,rasterId:this.rasterId}))}};e([o({type:[String],json:{name:"angleName",write:!0}})],l.prototype,"angleNames",void 0),e([o({type:a,json:{write:!0}})],l.prototype,"point",void 0),e([o({type:i,json:{write:!0}})],l.prototype,"spatialReference",void 0),e([o({type:s,json:{write:!0}})],l.prototype,"rasterId",void 0),l=n=e([p("esri.rest.support.ImageAngleParameters")],l);const m=l;export{m as default};