A symbolizer used to render point features.
ALKMaps. | A symbolizer used to render point features. |
Properties | |
strokeColor | {String} Color for line stroke. |
strokeOpacity | {Number} Stroke opacity (0-1). |
strokeWidth | {Number} Pixel stroke width. |
strokeLinecap | {String} Stroke cap type (“butt”, “round”, or “square”). |
strokeDashstyle | {String} Stroke dash style according to the SLD spec. |
fillColor | {String} RGB hex fill color (e.g. |
fillOpacity | {Number} Fill opacity (0-1). |
pointRadius | {Number} Pixel point radius. |
externalGraphic | {String} Url to an external graphic that will be used for rendering points. |
graphicWidth | {Number} Pixel width for sizing an external graphic. |
graphicHeight | {Number} Pixel height for sizing an external graphic. |
graphicOpacity | {Number} Opacity (0-1) for an external graphic. |
graphicXOffset | {Number} Pixel offset along the positive x axis for displacing an external graphic. |
graphicYOffset | {Number} Pixel offset along the positive y axis for displacing an external graphic. |
rotation | {Number} The rotation of a graphic in the clockwise direction about its center point (or any point off center as specified by graphicXOffset and graphicYOffset). |
graphicName | {String} Named graphic to use when rendering points. |
Constructor | |
ALKMaps. | Create a symbolizer for rendering points. |
{String} Stroke dash style according to the SLD spec. Note that the ALKMaps values for strokeDashstyle (“dot”, “dash”, “dashdot”, “longdash”, “longdashdot”, or “solid”) will not work in SLD, but most SLD patterns will render correctly in ALKMaps.
No default set here. Use ALKMaps.Renderer.defaultRenderer for defaults.
{Number} The rotation of a graphic in the clockwise direction about its center point (or any point off center as specified by graphicXOffset and graphicYOffset).
No default set here. Use ALKMaps.Renderer.defaultRenderer for defaults.