@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
6 lines (5 loc) • 1.25 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 r}from"../../../chunks/tslib.es6.js";import{property as t}from"../../../core/accessorSupport/decorators/property.js";import"../../../core/has.js";import"../../../core/Logger.js";import"../../../core/RandomLCG.js";import{enumeration as e}from"../../../core/accessorSupport/decorators/enumeration.js";import{subclass as o}from"../../../core/accessorSupport/decorators/subclass.js";import s from"./BaseFunctionArguments.js";import{changeMethodMap as p,keepMethodMap as a}from"./changeDetectionUtils.js";var i;let c=i=class extends s{constructor(){super(...arguments),this.method="difference",this.keepMethod="all",this.raster2=void 0}get rasters(){return[this.raster,this.raster2]}clone(){return new i({raster:this.raster,raster2:this.raster2,method:this.method,keepMethod:this.keepMethod})}};r([e(p)],c.prototype,"method",void 0),r([e(a)],c.prototype,"keepMethod",void 0),r([t({json:{write:!0}})],c.prototype,"raster2",void 0),r([t({readOnly:!0})],c.prototype,"rasters",null),c=i=r([o("esri.layers.support.rasterFunctions.ComputeChangeFunctionArguments")],c);const n=c;export{n as default};