UNPKG

@arcgis/core

Version:

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

6 lines (5 loc) 1.39 kB
/* All material copyright ESRI, All Rights Reserved, unless otherwise specified. See https://js.arcgis.com/4.33/esri/copyright.txt for details. */ import{_ as t}from"../../../chunks/tslib.es6.js";import{property as s}from"../../../core/accessorSupport/decorators/property.js";import"../../../core/has.js";import"../../../core/Logger.js";import"../../../core/RandomLCG.js";import{subclass as o}from"../../../core/accessorSupport/decorators/subclass.js";import e from"./BaseFunctionArguments.js";var n;let a=n=class extends e{constructor(){super(...arguments),this.inputRanges=null,this.outputValues=null,this.noDataRanges=null,this.allowUnmatched=!1,this.isLastInputRangeInclusive=!1}clone(){return new n({inputRanges:[...this.inputRanges],outputValues:[...this.outputValues],noDataRanges:[...this.noDataRanges],allowUnmatched:this.allowUnmatched,isLastInputRangeInclusive:this.isLastInputRangeInclusive})}};t([s({json:{write:!0}})],a.prototype,"inputRanges",void 0),t([s({json:{write:!0}})],a.prototype,"outputValues",void 0),t([s({json:{write:!0}})],a.prototype,"noDataRanges",void 0),t([s({json:{write:!0}})],a.prototype,"allowUnmatched",void 0),t([s({json:{write:!0}})],a.prototype,"replacementValue",void 0),t([s({json:{write:!0}})],a.prototype,"isLastInputRangeInclusive",void 0),a=n=t([o("esri.layers.support.rasterFunctions.RemapFunctionArguments")],a);const r=a;export{r as default};