Class: ThemeGraduatedSymbolStyle

ThemeGraduatedSymbolStyle

等级符号专题图正负零值显示风格类

new SuperMap.ThemeGraduatedSymbolStyle(options)

common/iServer/ThemeGraduatedSymbolStyle.js, line 4
Name Type Description
options Object

可选参数。如:
negativeDisplayed - {boolean} 是否显示负值。默认为 false。
negativeStyle - {SuperMap.ServerStyle} 负值的等级符号风格。
positiveStyle - {SuperMap.ServerStyle} 正值的等级符号风格。
zeroDisplayed - {boolean} 是否显示0值。默认为 false。
zeroStyle - {SuperMap.ServerStyle} 0值的等级符号风格。

Members

negativeDisplayedboolean

是否显示负值。默认为 false。

negativeStyleSuperMap.ServerStyle

负值的等级符号风格。

positiveStyleSuperMap.ServerStyle

正值的等级符号风格。

zeroDisplayedboolean

是否显示0值。默认为 false。

0值的等级符号风格。

Methods

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

common/iServer/ThemeGraduatedSymbolStyle.js, line 68

从传入对象获取等级符号专题图正负零值显示风格类。

Name Type Description
obj Object

传入对象

Returns:
Type Description
SuperMap.ThemeGraduatedSymbolStyle ThemeGraduatedSymbolStyle对象

destroy()

common/iServer/ThemeGraduatedSymbolStyle.js, line 55

释放资源,将引用资源的属性置空。