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 '@supermapgis/iclient-ol';
new AggregationParameter(options);
        
        
        
            common/iServer/AggregationParameter.js, line 6
        
        
    | Name | Type | Description | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| options | Object | 参数。 
 | 
Members
- 
    aggFieldNamestring
- 
    
    聚合字段。 
- 
    aggNamestring
- 
    
    聚合名称。