new mapboxgl.supermapThemeGraduatedSymbolStyle(options)
ThemeGraduatedSymbolStyle.js, line 5
| Name | Type | Description | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
The parameters.
|
Members
-
negativeDisplayedboolean
-
Whether to display the negative value.
-
negativeStylemapboxgl.supermapServerStyle
-
The negative value styles.
-
positiveStylemapboxgl.supermapServerStyle
-
The positive value styles.
-
zeroDisplayedboolean
-
Whether to display the zero value.
-
zeroStylemapboxgl.supermapServerStyle
-
The 0 value styles.
Methods
-
static fromObj(obj){mapboxgl.supermapThemeGraduatedSymbolStyle}
ThemeGraduatedSymbolStyle.js, line 69 -
Getting grade symbol thematic maps from incoming objects to negative zero display style classes。
Name Type Description objObject The incoming objects.
Returns:
Type Description mapboxgl.supermapThemeGraduatedSymbolStyle ThemeGraduatedSymbolStyle objects. -
destroy()
ThemeGraduatedSymbolStyle.js, line 56 -
Disposes the resource. The property that references resource is set to null.