OptionalblurOptionalcapThe Captype for the LineSymbolizer.
OptionalcolorA color defined as a hex-color string.
OptionaldasharrayEncodes a dash pattern as an array of numbers. Odd-indexed numbers (first, third, etc) determine the length in pixels to draw the line, and even-indexed numbers (second, fourth, etc) determine the length in pixels to blank out the line. Default is an unbroken line.
OptionaldashNumber of pixels into the dasharray to offset the drawing of the dash, used to shift the location of the lines and gaps in a dash.
OptionalgapDraws a line casing outside of a line's actual path. Value indicates the width of the inner gap (pixels if gapWidthUnit is not defined).
OptionalgapUnit to use for the gapWidth.
OptionalgradientDefines a gradient with which to color a line feature.
OptionalgraphicRenders the pixels of the line with a repeated pattern.
OptionalgraphicSize of the additional area around the repeated graphic fill symbolizer.
OptionalgraphicRenders the line with a repeated linear PointSymbolizer.
OptionaljoinThe JoinType for the LineSymbolizer.
Describes the type of the kind of the Symbolizer.
OptionalmiterUsed to automatically convert miter joins to bevel joins for sharp angles.
OptionalopacityDetermines the total opacity for the Symbolizer. A value between 0 and 1. 0 is none opaque and 1 is full opaque.
OptionalperpendicularIf present, it makes the renderer draw a line parallel to the original one, at the given distance. When applied on lines, positive values generate a parallel line on the left hand side, negative values on the right hand side.
OptionalroundUsed to automatically convert round joins to miter joins for shallow angles.
OptionalspacingDistance between two symbol anchors (pixels if spacingUnit is not defined).
OptionalspacingUnit to use for the spacing. 'em' -> fontsize
OptionalvisibilityDefines whether the Symbolizer should be visibile or not.
OptionalwidthThe width of the Line (pixels if widthUnit is not defined).
OptionalwidthUnit to use for the width.
A LineSymbolizer describes the style representation of LINESTRING data.