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