當前位置: 首頁>>代碼示例 >>用法及示例精選 >>正文


JavaScript ArcGIS RasterFunction.functionName用法及代碼示例


基本信息

以下是所在類或對象的基本信息。

AMD: require(["esri/layers/support/RasterFunction"], (RasterFunction) => { /* code goes here */ });

ESM: import RasterFunction from "@arcgis/core/layers/support/RasterFunction.js";

類: esri/layers/support/RasterFunction

繼承: RasterFunction > Accessor

自從:ArcGIS JavaScript 4.0 Map SDK

用法說明

RasterFunction.functionName函數(或屬性)的定義如下:

functionName String


柵格函數名稱。有關函數及其參數的列表,請參閱raster functions。 RFT JSON 格式的柵格函數中的名稱也被解析為 functionName。

示例
rasterFunction.functionName = "Stretched";
rasterFunction.name = "GrayScale";

相關用法


注:本文由純淨天空篩選整理自arcgis.com大神的英文原創作品 RasterFunction.functionName。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。