@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
6 lines (5 loc) • 989 B
JavaScript
/*
All material copyright ESRI, All Rights Reserved, unless otherwise specified.
See https://js.arcgis.com/4.33/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{subclass as s}from"../../../core/accessorSupport/decorators/subclass.js";import o from"./BaseFunctionArguments.js";var e;let a=e=class extends o{constructor(){super(...arguments),this.raster2=void 0}get rasters(){return[this.raster,this.raster2]}clone(){return new e({raster:this.raster,raster2:this.raster2,operation:this.operation})}};r([t({json:{write:!0}})],a.prototype,"operation",void 0),r([t({json:{write:!0}})],a.prototype,"raster2",void 0),r([t({readOnly:!0})],a.prototype,"rasters",null),a=e=r([s("esri.layers.support.rasterFunctions.ArithmeticFunctionArguments")],a);const i=a;export{i as default};