Class: ThemeGraduatedSymbolStyle

SuperMap.ThemeGraduatedSymbolStyle

The ThemeGraduatedSymbolStyle class.

new SuperMap.ThemeGraduatedSymbolStyle(options)

ThemeGraduatedSymbolStyle.js, line 5
Name Type Description
options Object

The parameters.

Name Type Default Description
negativeDisplayed boolean false optional

Whether to display the negative value.

negativeStyle SuperMap.ServerStyle optional

The negative value styles.

positiveStyle SuperMap.ServerStyle optional

The positive value styles.

zeroDisplayed boolean false optional

Whether to display the zero value.

zeroStyle SuperMap.ServerStyle optional

The 0 value styles.

Members

negativeDisplayedboolean

Whether to display the negative value.

negativeStyleSuperMap.ServerStyle

The negative value styles.

positiveStyleSuperMap.ServerStyle

The positive value styles.

zeroDisplayedboolean

Whether to display the zero value.

The 0 value styles.

Methods

SuperMap.ThemeGraduatedSymbolStyle.fromObj(obj){SuperMap.ThemeGraduatedSymbolStyle}

ThemeGraduatedSymbolStyle.js, line 69

Getting grade symbol thematic maps from incoming objects to negative zero display style classes。

Name Type Description
obj Object

The incoming objects.

Returns:
Type Description
SuperMap.ThemeGraduatedSymbolStyle ThemeGraduatedSymbolStyle objects.

destroy()

ThemeGraduatedSymbolStyle.js, line 56

Disposes the resource. The property that references resource is set to null.