sld:Fill
A "Fill" specifies the pattern for filling an area geometry. The allowed SvgParameters are: "fill" (color) and "fill-opacity".
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:GraphicFill [0..1] A "GraphicFill" defines repeated-graphic filling (stippling) pattern for an area geometry.
- sld:SvgParameter [0..*] A "SvgParameter" refers to an SVG/CSS graphical-formatting parameter. The parameter is identified using the "name" attribute and the content of the element gives the SVG/CSS-coded value.
Attributes
None
Used in
- Anonymous type of element sld:Halo
- Anonymous type of element sld:Mark
- Anonymous type of element sld:PolygonSymbol
- Anonymous type of element sld:TextSymbol
Sample instance
<sld:Fill> <sld:GraphicFill> <sld:Graphic> <sld:ExternalGraphic>... </sld:ExternalGraphic> <sld:Opacity>Any text, intermingled with:... </sld:Opacity> <sld:Size>Any text, intermingled with:... </sld:Size> <sld:Rotation>Any text, intermingled with:... </sld:Rotation> </sld:Graphic> </sld:GraphicFill> <sld:SvgParameter name="string">Any text, intermingled with: <ogc:Add> <ogc:Add>... </ogc:Add> </ogc:Add> </sld:SvgParameter> </sld:Fill>