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


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

基本信息

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

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.functionArguments函數(或屬性)的定義如下:

functionArguments Object


柵格函數的參數。結構取決於指定的函數。有關函數及其參數的列表,請參閱raster functions。還解析 RFT 格式的參數。

示例
rasterFunction.functionArguments = {
  "Azimuth":215.0,
  "Altitude":75.0,
  "ZFactor":0.3
};

相關用法


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