Schema Central > NIEM 2.0 > sld.xsd > sld:RasterSymbol
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

sld:RasterSymbol

        A "RasterSymbol" is used to specify the rendering of
        raster/matrix-coverage data (e.g., satellite images, DEMs).
      

Element information

Type: Anonymous

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
version [0..1]sld:VersionTypefrom type sld:SymbolType

Used in

Substitution hierarchy

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>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com