Class: SummaryAttributesJobsParameter

mapboxgl.supermap.SummaryAttributesJobsParameter

The SummaryAttributesJobsParameter class.

new mapboxgl.supermapSummaryAttributesJobsParameter(options)

SummaryAttributesJobsParameter.js, line 6
Name Type Description
options Object

The parameters.

Name Type Description
datasetName string

The name of the dataset.

groupField string

The group field.

attributeField string

The attribute field.

statisticModes string

The statistic mode

output mapboxgl.supermapOutputSetting optional

Output parameter setting class.

mappingParameters mapboxgl.supermapMappingParameters optional

The parameter class for visualizing the results after analysis.

Members

attributeFieldstring

The attribute field.

datasetNamestring

The name of the dataset.

groupFieldstring

The group field.

The parameter class for visualizing the results after analysis.

Output parameter setting class.

statisticModesstring

The statistic mode

Methods

static destroy()

SummaryAttributesJobsParameter.js, line 59

static toObject(SummaryAttributesJobsParameter, tempObj)

SummaryAttributesJobsParameter.js, line 78

Get the SummaryAttributesJobsParameter.

Name Type Description
SummaryAttributesJobsParameter Object

The SummaryAttributesJobsParameter class.

tempObj Object

The target object.