SimplePolygonSymbol

Topics:

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:

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]

setBoundary

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

Parameters:

setBoundary="true|false" [true]

setBoundaryCapType

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

Parameters:

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

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]

setBoundaryJoinType

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

Parameters:

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

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.

setBoundaryType

Use setBoundaryType to specify the boundary type of a polygon.

Parameters:

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

setBoundaryWidth

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

Parameters:

setBoundaryWidth="1-NNN" [1]

setFillColor

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

Parameters:

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

setFillInterval

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

Parameters:

setFillInterval="2-NNN" [6]

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.

setFillType

Use setFillType to specify the fill type of a polygon.

Parameters:

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

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]

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

Feedback