sld:MappedColorSubSymbol
The MappedColorSubSymbol identifies the the symbol to which to apply computed colors. The computed color is used as the 'default color' in the sub-symbol. The "matchTo" attribute tells whether to match the lookup value to the "quantity" or "label" attributes of the 'choropleth' ColorMap.
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
- Choice [1..1]
- sld:LineSymbol A LineSymbol is used to render a "stroke" along a linear geometry.
- sld:PolygonSymbol A "PolygonSymbol" specifies the rendering of a polygon or area geometry, including its interior fill and border stroke.
- sld:PointSymbol A "PointSymbol" specifies the rendering of a "graphic symbol" at a point.
- sld:TextSymbol A "TextSymbol" is used to render text labels according to various graphical parameters.
- sld:RasterSymbol A "RasterSymbol" is used to specify the rendering of raster/matrix-coverage data (e.g., satellite images, DEMs).
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
matchTo | [1..1] | Anonymous |
Used in
- Anonymous type of element sld:MappedColorSymbol
Sample instance
<sld:MappedColorSubSymbol matchTo="quantity"> <sld:LineSymbol> <sld:Name>string</sld:Name> <sld:Description> <sld:Title>string</sld:Title> <sld:Abstract>string</sld:Abstract> </sld:Description> <sld:BaseSymbol> <sld:OnlineResource/> </sld:BaseSymbol> <sld:Geometry> <ogc:PropertyName/> </sld:Geometry> <sld:Stroke> <sld:GraphicFill>... </sld:GraphicFill> <sld:SvgParameter name="string">Any text, intermingled with:... </sld:SvgParameter> </sld:Stroke> </sld:LineSymbol> </sld:MappedColorSubSymbol>