org.geotools.se.v1_1.bindings
Class SelectedChannelTypeBinding

Object
  extended by AbstractComplexBinding
      extended by SLDSelectedChannelTypeBinding
          extended by SelectedChannelTypeBinding
All Implemented Interfaces:
Binding, ComplexBinding

public class SelectedChannelTypeBinding
extends SLDSelectedChannelTypeBinding

Binding object for the type http://www.opengis.net/se:SelectedChannelType.

  
  <xsd:complexType name="SelectedChannelType">
      <xsd:sequence>
          <xsd:element ref="se:SourceChannelName"/>
          <xsd:element minOccurs="0" ref="se:ContrastEnhancement"/>
      </xsd:sequence>
  </xsd:complexType> 
        
   
 


Field Summary
 
Fields inherited from interface Binding
AFTER, BEFORE, OVERRIDE
 
Constructor Summary
SelectedChannelTypeBinding(StyleFactory styleFactory)
           
 
Method Summary
 QName getTarget()
           
 
Methods inherited from class SLDSelectedChannelTypeBinding
getExecutionMode, 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

SelectedChannelTypeBinding

public SelectedChannelTypeBinding(StyleFactory styleFactory)
Method Detail

getTarget

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


Copyright © 1996-2014 Geotools. All Rights Reserved.