Class: GeoHashGridAggParameter

SuperMap.GeoHashGridAggParameter

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

new SuperMap.GeoHashGridAggParameter(options)

common/iServer/GeoHashGridAggParameter.js, line 8
Name Type Description
options Object

初始化参数。

Name Type Default Description
precision number 5 可选

精度。

Extends

Members

aggFieldNamestring

聚合字段。

aggNamestring

聚合名称。

格网聚合类型。

Default Value:
SuperMap.BucketAggType.GEOHASH_GRID

precisionnumber

网格中数字的精度。

Default Value:
5

子聚合类集合。

Methods

SuperMap.GeoHashGridAggParameter.toJsonParameters(param){object}

common/iServer/GeoHashGridAggParameter.js, line 40

将对象转为 JSON 格式。

Name Type Description
param

转换对象。

Returns:
Type Description
object