Class: GeoHashGridAggParameter

GeoHashGridAggParameter

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

new GeoHashGridAggParameter(options)

Usage
// 浏览器
<script type="text/javascript" src="https://iclient.supermap.io/dist/leaflet/iclient-leaflet.js"></script>
<script>
  new L.supermap.GeoHashGridAggParameter(options);
  
  // 弃用的写法
  new SuperMap.GeoHashGridAggParameter(options);

</script>

// ES6 Import
import { GeoHashGridAggParameter } from '@supermap/iclient-leaflet';

new GeoHashGridAggParameter(options);

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

可选参数。

Name Type Default Description
precision number 5 可选

精度。

Extends

Members

aggFieldNamestring

聚合字段。

aggNamestring

聚合名称。

aggTypeBucketAggType

格网聚合类型。

Default Value:
BucketAggType.GEOHASH_GRID

precisionnumber

网格中数字的精度。

Default Value:
5

subAggsArray.<MetricsAggParameter>

子聚合类集合。

Methods

static toJsonParameters(param){Object}

common/iServer/GeoHashGridAggParameter.js, line 42

将对象转为 JSON 格式。

Name Type Description
param

转换对象。

Returns:
Type Description
Object