Class: GeoHashGridAggParameter

SuperMap.GeoHashGridAggParameter

格网聚合查询参数类,该参数仅支持数据来源 Elasticsearch 服务的数据服务。

new SuperMap.GeoHashGridAggParameter(option)

common/iServer/GeoHashGridAggParameter.js, line 9
Name Type Description
option Object

初始化参数。

Name Type Default Description
precision number 5 可选

网格中数字的精度。

aggType SuperMap.AggregationType SuperMap.AggregationType.GEOHASH_GRID 可选

格网聚合类型。

Members

格网聚合类型。

Default Value:
SuperMap.AggregationType.GEOHASH_GRID

precisionnumber

网格中数字的精度。

Default Value:
5

Methods

SuperMap.GeoHashGridAggParameter.toJsonParameters(param){string|object}

common/iServer/GeoHashGridAggParameter.js, line 41

将对象转为 JSON 格式。

Name Type Description
param

转换对象。

Returns:
Type Description
string | object