utils

AMD: require(["geoscene/widgets/smartMapping/support/utils"], (smartMappingUtils) => { /* 代码 */ });
ESM: import * as smartMappingUtils from "@geoscene/core/widgets/smartMapping/support/utils";
对象: geoscene/widgets/smartMapping/support/utils
起始版本: GeoScene API for JavaScript 4.22

用于将智能制图渲染器绑定到智能制图滑块微件的各种用途。

方法列表

名称 返回值类型 描述 对象
String更多信息

将 UNIX 时间戳的格式设置为基本日期字符串。

更多信息utils
String更多信息

设置数值的格式,以便根据当前区域设置显示为标注。

更多信息utils
Number[]更多信息

根据给定的平均值和标准差计算并返回标准差值。

更多信息utils

方法详细说明

formatDateLabel(value){String}
起始版本: GeoScene API for JavaScript 4.22

将 UNIX 时间戳的格式设置为基本日期字符串。此功能仅用于方便设置滑块微件中拇指值的格式,不包括其他格式设置选项。

参数:
value Number

要转换为格式化日期字符串的 UNIX 时间戳。

返回值:
类型 描述
String 返回格式化的日期字符串。
formatNumberLabel(value){String}
起始版本: GeoScene API for JavaScript 4.22

设置数值的格式,以便根据当前区域设置显示为标注。

参数:
value Number

要转换为格式化标注的值。

返回值:
类型 描述
String 返回基于当前区域设置的格式化标注。
getDeviationValues(standardDeviation, average, count){Number[]}

根据给定的平均值和标准差计算并返回标准差值。

参数:
standardDeviation Number

与给定 average 的标准差。

average Number

要从中计算标准差值的数据集的平均值。

count Number

与要计算的平均值的标准差数。

返回值:
类型 描述
Number[] 返回给定平均值的标准差值。

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.