Class: AggregationParameter

mapboxgl.supermap.AggregationParameter

Aggregate query parameter settings, which only support data services from the Elasticsearch service.

new mapboxgl.supermapAggregationParameter(options)

AggregationParameter.js, line 4
Name Type Description
options Object

Initialization parameters.

Name Type Description
aggName string

Aggregate name.

aggType mapboxgl.supermapAggregationType

Aggregation type setting.

aggFieldName string

Aggregate fields.

subAgg mapboxgl.supermapAggregationParameter

Sub-aggregate class.

Members

aggFieldNamestring

Aggregate fields.

aggNamestring

Aggregate name.

Aggregation type setting.

Sub-aggregate class.