new SuperMap.GeoHashGridAggParameter(options)
            common/iServer/GeoHashGridAggParameter.js, line 8
        
        
    | Name | Type | Description | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| options | Object | 初始化参数。 
 | 
Extends
Members
- 
    aggFieldNamestring
- 
    
    聚合字段。 
- 
    aggNamestring
- 
    
    聚合名称。 
- 
    aggTypeSuperMap.BucketAggType
- 
    
    格网聚合类型。 - Default Value: SuperMap.BucketAggType.GEOHASH_GRID
 
precisionnumber
网格中数字的精度。
- Default Value: 5
subAggsArray.<SuperMap.MetricsAggParameter>
子聚合类集合。
Methods
- 
    SuperMap.GeoHashGridAggParameter.toJsonParameters(param){object}common/iServer/GeoHashGridAggParameter.js, line 40
- 
    
    
    将对象转为 JSON 格式。 Name Type Description param转换对象。 Returns:Type Description object