@doegis/core
Version:
DOE GIS API
3 lines (1 loc) • 1.12 kB
JavaScript
import{_ as e}from"../../chunks/tslib.es6.js";import"../../geometry.js";import{JSONSupport as 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 m=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}})],m.prototype,"angleNames",void 0),e([o({type:a,json:{write:!0}})],m.prototype,"point",void 0),e([o({type:i,json:{write:!0}})],m.prototype,"spatialReference",void 0),e([o({type:s,json:{write:!0}})],m.prototype,"rasterId",void 0),m=n=e([p("esri.rest.support.ImageAngleParameters")],m);const l=m;export{l as default};