SimpleLineSymbol

In this section:

The SimpleLineSymbol setting is used to define line features on a map. Default parameter values are indicated in brackets [ ].


Top of page

x
setAntialiasing

Use setAntialiasing to make the edges of a line smoother by padding pixels with intermediate colors. When set to true, antialiasing is active.

Note: When antialiasing is active, the time to generate a map increases.

Parameters:

setAntialiasing="true|false" [false]

Top of page

x
setCapType

Use setCapType to specify the end style for a line.

Parameters:

setCapType="butt|round|square" [butt]

Top of page

x
setColor

Use setColor to specify the color of a line using RGB values.

Parameters:

setColor="0,0,0-255,255,255" [0,0,0]

Top of page

x
setJoinType

Use setJoinType to specify the join style for a line.

Parameters:

setJoinType="round|miter|bevel" [round]

Top of page

x
setOverlap

Use setOverlap to determine if a label can overlap a line. When set to true, labels can overlap a line. When set to false, labels will not overlap a line.

Parameters:

setOverlap="true|false" [true]

Top of page

x
setTransparency

Use setTransparency to set the percentage of transparency for a line.

Parameters:

setTransparency="0.0-1.0" [1.0]

Note: 1.0 is 0 percent transparent and 0.0 is 100 percent transparent.


Top of page

x
setLineType

Use setLineType to select a line style.

Parameters:

setLineType="solid|dash|dot|dash_dot|dash_dot_dot" [solid]

Top of page

x
setWidth

Use setWidth to set the width of a line in pixels.

Parameters:

setWidth="0-NNN" [0]

WebFOCUS