UNPKG

@arcgis/core

Version:

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

3 lines (2 loc) 972 B
/* COPYRIGHT Esri - https://js.arcgis.com/5.0.8/LICENSE.txt */ import{__decorate as t}from"tslib";import{property as e,subclass as r}from"../../../core/accessorSupport/decorators.js";import o from"./BaseFunctionArguments.js";import{changeMethodMap as s,keepMethodMap as i}from"./changeDetectionUtils.js";import{enumeration as a}from"../../../core/accessorSupport/decorators/enumeration.js";var n;let p=n=class extends o{constructor(){super(...arguments),this.method="difference",this.keepMethod="all",this.raster2=void 0}get rasters(){return[this.raster,this.raster2]}clone(){return new n({raster:this.raster,raster2:this.raster2,method:this.method,keepMethod:this.keepMethod})}};t([a(s)],p.prototype,"method",void 0),t([a(i)],p.prototype,"keepMethod",void 0),t([e({json:{write:!0}})],p.prototype,"raster2",void 0),t([e({readOnly:!0})],p.prototype,"rasters",null),p=n=t([r("esri.layers.raster.functions.ComputeChangeFunctionArguments")],p);const c=p;export{c as default};