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


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


基本信息

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

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

outputPixelType String


定義輸出圖像的像素類型。

可能的值"c128"|"c64"|"f32"|"f64"|"s16"|"s32"|"s8"|"u1"|"u16"|"u2"|"u32"|"u4"|"u8"|"unknown"

默認值:unknown

示例
rasterFunction.outputPixelType = "u8";

相關用法


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