sld:ImageOutline
"ImageOutline" specifies how individual source rasters in a multi-raster set (such as a set of satellite-image scenes) should be outlined to make the individual-image locations visible.
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.
Attributes
None
Used in
- Anonymous type of element sld:RasterSymbol
Sample instance
<sld:ImageOutline> <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:ImageOutline>