new BucketAggParameter(options)
Usage
// 浏览器
<script type="text/javascript" src="https://iclient.supermap.io/dist/leaflet/iclient-leaflet.js"></script>
<script>
  new L.supermap.BucketAggParameter(options);
  
  // 弃用的写法
  new SuperMap.BucketAggParameter(options);
</script>
// ES6 Import
import { BucketAggParameter } from '@supermap/iclient-leaflet';
new BucketAggParameter(options);
        
        
        
            common/iServer/BucketAggParameter.js, line 7
        
        
    | Name | Type | Description | ||||||
|---|---|---|---|---|---|---|---|---|
options | 
            
            
            Object | 
                
                 参数。 
  | 
        
Extends
Members
- 
    
aggFieldNamestring
 - 
    
    
聚合字段。
 - 
    
aggNamestring
 - 
    
    
聚合名称。
 - 
    
subAggsArray.<MetricsAggParameter>
 - 
    
    
子聚合类集合。