SimpleMarkerSymbol

In this section:

The SimpleMarkerSymbol setting is used to define point features on a map.

The following table lists the symbols that are supported by ArcGIS Server (ArcIMS).

Shape

ArcIMS

ArcGIS Server

Circle

Cross

Diamond

 

Square

Star

Triangle

X

 

Note: In the following sections, default parameter values are indicated in brackets [ ].



x
setAntialiasing

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

Use setColor to specify the color value of a point feature.

Parameters:

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

Top of page

x
setMarkerType

Use setMarkerType to specify the type value of a point feature.

Parameters:

setMarkerType="circle|triangle|square|cross|star" [circle]

Top of page

x
setOutline

Use setOutline to specify the color value of the outline in a point feature.

Parameters:

setOutline="0,0,0-255,255,255" [no default]

Top of page

x
setOverlap

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

Parameters:

setOverlap="true|false" [true]

Top of page

x
setShadow

Use setShadow to specify the color value of the shadow in a point feature.

Parameters:

setShadow="0,0,0-255,255,255" [no default]

Top of page

x
setTransparency

Use setTransparency to specify the transparency value of a point feature.

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
setUseCentroid

Use setUseCentroid to specify the UseCentroid value in a point feature. By default, a point feature used on polygon layers draws markers at all polygon vertices. If setUseCentroid is set to true, a point feature is placed in the centroid of the polygon. If multiple polygon parts exist, the point feature falls on the part with the biggest area.

Parameters:

setUseCentroid="true|false" [true]

Top of page

x
setWidth

Use setWidth to specify the width of a point feature in pixels.

Parameters:

setWidth="1 - NNN" [3]

WebFOCUS