FeatureReductionBinning

创建FeatureReductionBinning实例。

构造函数

FeatureReductionBinning

创建FeatureReductionBinning实例。

new FeatureReductionBinning(properties?)

参数

返回:FeatureReductionBinning FeatureReductionBinning对象

属性

fixedBinLevel

用于创建分箱的固定geohash级别。

fixedBinLevel: number

类型: number

labelsVisible

指示是否显示分箱的标签。

labelsVisible: boolean

类型: boolean

maxScale

定义启用分箱的最大视图比例。

maxScale: number

类型: number

type

要素缩减类型。

type: "binning"

类型: "binning"

访问器

fields

汇总每个分箱中包含的要素的图层字段的聚合字段数组。

get fields(): AggregateField[]

返回: AggregateField 汇总每个分箱中包含的要素的图层字段的聚合字段数组。

set fields(value: AggregateFieldProperties[]): void

返回: void

labelingInfo

将分箱的标签定义为LabelClass数组。

get labelingInfo(): LabelClass[]

返回: LabelClass 将分箱的标签定义为LabelClass数组。

set labelingInfo(value: LabelClassProperties[]): void

返回: void

renderer

用于设置分箱样式的渲染器。

get renderer(): RendererUnion

返回: RendererUnion 用于设置分箱样式的渲染器。

set renderer(value: HeatmapRendererProperties & object | SimpleRendererProperties & object | UniqueValueRendererProperties & object): void

返回: void

方法

clone

创建FeatureReductionBinning对象的深度克隆。

clone(): FeatureReductionBinning

返回:FeatureReductionBinning

toJSON

将此类的实例转换为其JSON表示形式。

toJSON(): any

返回:any

BIMFlux AI