• geoscene/smartMapping
    • heuristics

binLevel

AMD: require(["geoscene/smartMapping/heuristics/binLevel"], (binLevel) => { /* code goes here */ });
ESM: import binLevel from "@geoscene/core/smartMapping/heuristics/binLevel";
函数: geoscene/smartMapping/heuristics/binLevel
起始版本:GeoScene Maps SDK for JavaScript 4.25

FeatureReductionBinning 可视化中建议 fixedBinLevel 的函数。

已知限制

方法概述

名称 返回值类值 描述 Function
Promise<number>

基于调用此方法时的视图比例,为图格可视化生成建议的 fixedBinLevel

更多详情
binLevel

方法详细说明

binLevel(params){Promise<number>}

基于调用此方法时的视图比例,为图格可视化生成建议的 fixedBinLevel

参数
params Object

有关可能传递给此函数的参数的详细信息,请参阅下表。

规范
view MapView

将渲染图层的 MapView

返回
类型 描述
Promise<number> 解析为建议的 fixedBinLevel 以应用于给定视图比例的图层。将此值设置为 FeatureReductionBinning.fixedBinLevel 属性。
示例
const fixedBinLevel = await binLevel({ view });
layer.featureReduction = {
  type: "binning",
  fixedBinLevel,
  //  ...otherBinningProperties
};

您的浏览器不再受支持。请升级您的浏览器以获得最佳体验。请参阅浏览器弃用帖子以获取更多信息