SymbolStyle

new SuperMap3D.SymbolStyle(options)

Symbol style
Name Type Description
options Object optional Objects have the following properties:
Name Type Default Description
lineColor Color new Color(1,0,0,1) optional Line color, the default is red
lineWidth Number 1000 optional Line width, the default is 100
extendHeight Number 0.0 optional Stretching height
fillBackColor Color new Color(1,0,0,1) optional Fill background color, the default is red
fillBackOpaque Boolean false optional Fill background transparent
fillGradientMode Number 0 optional Gradient fill angle
fillGradientAngle FillGradientMode FillGradientMode.None optional Gradient fill mode
fillGradientOffsetRatioY Number 0 optional Gradient fill vertical offset
fillGradientOffsetRatioX Number 0 optional Gradient fill horizontal offset
fillForeColor Color new Color(1,0,0,1) optional Fill foreground color,the default is red
fillSymbolID Number 0 optional Fill mode
fillOpaqueRate Number 70 optional Fill transparency
surroundLineColor Color new Color(1,0,1,1) optional Surround line color
surroundLineType SurroundLineType SurroundLineType.SURROUNDLINE_NONE optional Surround line type,the default is None.
surroundLindWidth Number 1.0 optional Surround line width

Members

fillBackColor : Color

Fill background color

fillBackOpaque : Boolean

Fill background transparent

fillForeColor : Color

Fill foreground color

fillGradientAngle : Number

Fill foreground color

fillGradientMode : fillGradientMode

Fill foreground mode

fillGradientOffsetRatioX : Number

Gradient fill horizontal offset(0-1)

fillGradientOffsetRatioY : Number

Gradient fill vertical offset(0-1)

fillOpaqueRate : Number

Fill transparency

fillSymbolID : Number

Fill mode

lineColor : Color

Line color

lineWidth : Number

Line width

opacity : Number

Transparency

surroundLineColor : Color

Surround line color

surroundLineType : Number

Surround line type

surroundLineWidth : Number

Surround line width