Optional blurOptional capThe Captype for the LineSymbolizer.
Optional colorA color defined as a hex-color string.
Optional dashNumber 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.
Optional dasharrayEncodes 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.
Optional gapDraws a line casing outside of a line's actual path. Value indicates the width of the inner gap (pixels if gapWidthUnit is not defined).
Optional gapUnit to use for the gapWidth.
Optional gradientDefines a gradient with which to color a line feature.
Optional graphicRenders the pixels of the line with a repeated pattern.
Optional graphicRenders the line with a repeated linear PointSymbolizer.
Optional joinThe JoinType for the LineSymbolizer.
Describes the type of the kind of the Symbolizer.
Optional miterUsed to automatically convert miter joins to bevel joins for sharp angles.
Optional opacityDetermines the total opacity for the Symbolizer. A value between 0 and 1. 0 is none opaque and 1 is full opaque.
Optional perpendicularIf 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.
Optional roundUsed to automatically convert round joins to miter joins for shallow angles.
Optional spacingDistance between two symbol anchors (pixels if spacingUnit is not defined).
Optional spacingUnit to use for the spacing. 'em' -> fontsize
Optional visibilityDefines whether the Symbolizer should be visibile or not.
Optional widthThe width of the Line (pixels if widthUnit is not defined).
Optional widthUnit to use for the width.
A LineSymbolizer describes the style representation of LINESTRING data.