new mapboxgl.supermapSummaryMeshJobParameter(options)
| Name | Type | Description | ||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
The parameters.
|
Members
-
datasetNamestring
-
The name of the dataset.
-
fieldsnumber
-
The fields of weight
-
mappingParametersmapboxgl.supermapMappingParameters
-
The parameter class for visualizing the results after analysis.
-
meshTypenumber
-
The mesh type (It's valid when mesh type is by grid surface),The value is 0 or 1.
-
Output parameter setting class.
-
The query bounds(It's valid when mesh type is by grid surface).The bounds type could be the mapboxgl.supermapBounds、the L.Bounds and the ol.extent。
-
regionDatasetstring
-
Dataset of the region.(It's valid when mesh type is by polygons).
-
resolutionnumber
-
The resolution(It's valid when mesh type is by grid surface)。
- Default Value: 100
statisticModesmapboxgl.supermapStatisticAnalystMode
The mapboxgl.supermapStatisticAnalystMode
- Default Value: mapboxgl.supermapStatisticAnalystMode.AVERAGE
The mapboxgl.supermapSummaryType
- Default Value: mapboxgl.supermapSummaryType.SUMMARYMESH
Methods
-
static destroy()
SummaryMeshJobParameter.js, line 97 -
-
static toObject(summaryMeshJobParameter, tempObj)
SummaryMeshJobParameter.js, line 120 -
The summaryMeshJobParameter object .
Name Type Description summaryMeshJobParameterObject The summaryMeshJobParameter class.
tempObjObject The target object.