new SummaryAttributesJobsParameter(options)
Usage
// 浏览器
<script type="text/javascript" src="https://iclient.supermap.io/dist/leaflet/iclient-leaflet.js"></script>
<script>
  new L.supermap.SummaryAttributesJobsParameter(options);
  
  // 弃用的写法
  new SuperMap.SummaryAttributesJobsParameter(options);
</script>
// ES6 Import
import { SummaryAttributesJobsParameter } from '@supermap/iclient-leaflet';
new SummaryAttributesJobsParameter(options);
        
        
        
            common/iServer/SummaryAttributesJobsParameter.js, line 8
        
        
    | Name | Type | Description | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| options | Object | 参数。 
 | 
Members
- 
    attributeFieldstring
- 
    
    属性字段。 
- 
    datasetNamestring
- 
    
    汇总数据集名称。 
- 
    groupFieldstring
- 
    
    分组字段。 
- 
    mappingParametersMappingParameters
- 
    
    分析后结果可视化的参数类。 
- 
    outputOutputSetting
- 
    
    输出参数设置类。 
- 
    statisticModesstring
- 
    
    属性汇总统计模式。 
Methods
- 
    static toObject(SummaryAttributesJobsParameter, tempObj)common/iServer/SummaryAttributesJobsParameter.js, line 82
- 
    
    生成属性汇总分析任务对象。 Name Type Description SummaryAttributesJobsParameterObject 属性汇总任务参数。 tempObjObject 目标对象。 
- 
    destroy()common/iServer/SummaryAttributesJobsParameter.js, line 63
- 
    
    释放资源,将资源的属性置空。