sld:RasterSymbol
A "RasterSymbol" is used to specify the rendering of raster/matrix-coverage data (e.g., satellite images, DEMs).
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:Name [0..1]
- sld:Description [0..1] A "Description" gives human-readable descriptive information for the object it is included within.
- sld:BaseSymbol [0..1] A "BaseSymbol" defines the default properties of a symbol to be those of an external symbol, which will frequently be inside of an OGC symbol(izer) repository. The symbol properties given in-line override the base-symbol properties.
- sld:Geometry [0..1] A Geometry gives reference to a (the) geometry property of a feature to be used for rendering.
- sld:Opacity [0..1]
- sld:ChannelSelection [0..1] "ChannelSelection" specifies the false-color channel selection for a multi-spectral raster source.
- sld:OverlapBehavior [0..1] "OverlapBehavior" tells a system how to behave when multiple raster images in a layer overlap each other, for example with satellite-image scenes.
- sld:ColorMap [0..1] A "ColorMap" defines either the colors of a pallet-type raster source or the mapping of numeric pixel values to colors.
- sld:ContrastEnhancement [0..1] "ContrastEnhancement" defines the 'stretching' of contrast for a channel of a false-color image or for a whole grey/color image. Contrast enhancement is used to make ground features in images more visible.
- sld:ShadedRelief [0..1] "ShadedRelief" specifies the application of relief shading (or "hill shading") to a DEM raster to give it somewhat of a three-dimensional effect and to make elevation changes more visible.
- sld:ImageOutline [0..1] "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.
from type sld:SymbolType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
version | [0..1] | sld:VersionType | from type sld:SymbolType |
Used in
- Anonymous type of element sld:MappedColorSubSymbol
- Anonymous type of element sld:Rule
Substitution hierarchy
- sld:Symbol
- can be substituted with sld:RasterSymbol
Sample instance
<sld:RasterSymbol> <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:Opacity>Any text, intermingled with: <ogc:Add> <ogc:Add>... </ogc:Add> </ogc:Add> </sld:Opacity> <sld:ChannelSelection> <sld:RedChannel> <sld:SourceChannelName>string</sld:SourceChannelName> <sld:ContrastEnhancement>... </sld:ContrastEnhancement> </sld:RedChannel> <sld:GreenChannel> <sld:SourceChannelName>string</sld:SourceChannelName> <sld:ContrastEnhancement>... </sld:ContrastEnhancement> </sld:GreenChannel> <sld:BlueChannel> <sld:SourceChannelName>string</sld:SourceChannelName> <sld:ContrastEnhancement>... </sld:ContrastEnhancement> </sld:BlueChannel> </sld:ChannelSelection> <sld:OverlapBehavior>LATEST_ON_TOP</sld:OverlapBehavior> <sld:ColorMap> <sld:ColorMapEntry color="string"/> </sld:ColorMap> <sld:ContrastEnhancement> <sld:Normalize/> <sld:GammaValue>1.0</sld:GammaValue> </sld:ContrastEnhancement> <sld:ShadedRelief> <sld:BrightnessOnly>true</sld:BrightnessOnly> <sld:ReliefFactor>1.0</sld:ReliefFactor> </sld:ShadedRelief> <sld:ImageOutline> <sld:LineSymbol> <sld:Name>string</sld:Name> <sld:Description>... </sld:Description> <sld:BaseSymbol>... </sld:BaseSymbol> <sld:Geometry>... </sld:Geometry> <sld:Stroke>... </sld:Stroke> </sld:LineSymbol> </sld:ImageOutline> </sld:RasterSymbol>