sld:Mark
A "Mark" specifies a geometric shape and applies coloring to it.
Element information
Namespace: http://niem.gov/niem/external/ogc-sld/1.0.20/dhs-gmo/1.0.0
Schema document: external/ogc-sld/1.0.20/dhs-gmo/1.0.0/sld.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
- sld:WellKnownName [0..1]
- sld:Fill [0..1] A "Fill" specifies the pattern for filling an area geometry. The allowed SvgParameters are: "fill" (color) and "fill-opacity".
- sld:Stroke [0..1] A "Stroke" specifies the appearance of a linear geometry. It is defined in parallel with SVG strokes. The following SvgParameters may be used: "stroke" (color), "stroke-opacity", "stroke-width", "stroke-linejoin", "stroke-linecap", "stroke-dasharray", and "stroke-dashoffset". Others are not officially supported.
Attributes
None
Used in
- Anonymous type of element sld:Graphic
Sample instance
<sld:Mark> <sld:WellKnownName>string</sld:WellKnownName> <sld:Fill> <sld:GraphicFill> <sld:Graphic>... </sld:Graphic> </sld:GraphicFill> <sld:SvgParameter name="string">Any text, intermingled with: <ogc:Add>... </ogc:Add> </sld:SvgParameter> </sld:Fill> <sld:Stroke> <sld:GraphicFill> <sld:Graphic>... </sld:Graphic> </sld:GraphicFill> <sld:SvgParameter name="string">Any text, intermingled with: <ogc:Add>... </ogc:Add> </sld:SvgParameter> </sld:Stroke> </sld:Mark>