org.geotools.se.v1_1.bindings
Class RasterSymbolizerBinding

Object
  extended by AbstractComplexBinding
      extended by SLDRasterSymbolizerBinding
          extended by RasterSymbolizerBinding
All Implemented Interfaces:
Binding, ComplexBinding

public class RasterSymbolizerBinding
extends SLDRasterSymbolizerBinding

Binding object for the element http://www.opengis.net/se:RasterSymbolizer.

  
  <xsd:element name="RasterSymbolizer" substitutionGroup="se:Symbolizer" type="se:RasterSymbolizerType">
      <xsd:annotation>
          <xsd:documentation>
          A "RasterSymbolizer" is used to specify the rendering of
          raster/matrix-coverage data (e.g., satellite images, DEMs).
        </xsd:documentation>
      </xsd:annotation>
  </xsd:element> 
        
   
 
 <xsd:complexType name="RasterSymbolizerType">
      <xsd:complexContent>
          <xsd:extension base="se:SymbolizerType">
              <xsd:sequence>
                  <xsd:element ref="se:Geometry" minOccurs="0"/>
                  <xsd:element ref="se:Opacity" minOccurs="0"/>
                  <xsd:element ref="se:ChannelSelection" minOccurs="0"/>
                  <xsd:element ref="se:OverlapBehavior" minOccurs="0"/>
                  <xsd:element ref="se:ColorMap" minOccurs="0"/>
                  <xsd:element ref="se:ContrastEnhancement" minOccurs="0"/>
                  <xsd:element ref="se:ShadedRelief" minOccurs="0"/>
                  <xsd:element ref="se:ImageOutline" minOccurs="0"/>
               </xsd:sequence>
           </xsd:extension>
       </xsd:complexContent>
   </xsd:complexType>
   


Field Summary
 
Fields inherited from interface Binding
AFTER, BEFORE, OVERRIDE
 
Constructor Summary
RasterSymbolizerBinding(StyleFactory styleFactory)
           
 
Method Summary
 int getExecutionMode()
           
 QName getTarget()
           
 
Methods inherited from class SLDRasterSymbolizerBinding
getType, initialize, parse
 
Methods inherited from class AbstractComplexBinding
encode, getProperties, getProperties, getProperty, initializeChildContext
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RasterSymbolizerBinding

public RasterSymbolizerBinding(StyleFactory styleFactory)
Method Detail

getTarget

public QName getTarget()
Specified by:
getTarget in interface Binding
Overrides:
getTarget in class SLDRasterSymbolizerBinding
Returns:
The qualified name of the target for the binding.

getExecutionMode

public int getExecutionMode()
Description copied from class: SLDRasterSymbolizerBinding

Specified by:
getExecutionMode in interface Binding
Overrides:
getExecutionMode in class SLDRasterSymbolizerBinding
Returns:
The execution mode of the binding, one of the constants AFTER, BEFORE, or OVERRIDE.
See Also:
Binding.AFTER, Binding.BEFORE, Binding.OVERRIDE


Copyright © 1996-2014 Geotools. All Rights Reserved.