Class: AggregationParameter

AggregationParameter

聚合查询参数设置,该参数仅支持数据来源 Elasticsearch 服务的数据服务。

new AggregationParameter(options)

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

</script>

// ES6 Import
import { AggregationParameter } from '@supermap/iclient-ol';

new AggregationParameter(options);

common/iServer/AggregationParameter.js, line 6
Name Type Description
options Object

参数。

Name Type Description
aggName string

聚合名称。

aggFieldName string

聚合字段。

Members

aggFieldNamestring

聚合字段。

aggNamestring

聚合名称。