SimplePolygonSymbol

In this section:

 

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

Take note of the following guidelines when using the SimplePolygonSymbol in your map:


Top of page

x
setAntialiasing

Use setAntialiasing to make the edges of a polygon 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
setBoundary

Use setBoundary to enable or disable a boundary for a polygon.

Parameters:

setBoundary="true|false" [true]

Top of page

x
setBoundaryCapType

Use SetBoundaryCapType to specify the boundary cap type value for a polygon.

Parameters:

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

Top of page

x
setBoundaryColor

Use setBoundaryColor to specify the boundary color of a polygon using RGB values.

Parameters:

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

Top of page

x
setBoundaryJoinType

Use setBoundaryJoinType to specify the boundary join type for a polygon.

Parameters:

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

Top of page

x
setBoundaryTransparency

Use setBoundaryTransparency to specify the percentage of transparency for the polygon boundaries.

Parameters:

setBoundaryTransparency="0.0-1.0" [1.0]

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


Top of page

x
setBoundaryType

Use setBoundaryType to specify the boundary type of a polygon.

Parameters:

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

Top of page

x
setBoundaryWidth

Use setBoundaryWidth to specify the boundary width of a polygon in pixels.

Parameters:

setBoundaryWidth="1-NNN" [1]

Top of page

x
setFillColor

Use setFillColor to specify the fill color value of a polygon.

Parameters:

setFillColor="0,0,0-255,255,255" [0,200,0]

Top of page

x
setFillInterval

Use setFillInterval to specify the distance between lines for hatch fills.

Parameters:

setFillInterval="2-NNN" [6]

Top of page

x
setFillTransparency

Use setFillTransparency to specify the fill transparency value of a polygon.

Parameters:

setFillTransparency="0.0-1.0" [0]

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


Top of page

x
setFillType

Use setFillType to specify the fill type of a polygon.

Parameters:

setFillType="solid|bdiagonal|fdiagonal|cross|diagcross|horizontal| 
vertical|gray|lightgray|darkgray" [solid]

Top of page

x
setOverlap

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

Parameters:

setOverlap="true|false" [true]

Top of page

x
setTransparency

Use setTransparency to specify the percentage of transparency for a polygon.

Parameters:

setTransparency="0.0-1.0" [no default]

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


WebFOCUS