Package org.geotools.se.v1_1.bindings
Class ChannelSelectionBinding
- Object
- 
- AbstractComplexBinding
- 
- SLDChannelSelectionBinding
- 
- ChannelSelectionBinding
 
 
 
- 
- All Implemented Interfaces:
- Binding,- ComplexBinding
 
 public class ChannelSelectionBinding extends SLDChannelSelectionBinding Binding object for the element http://www.opengis.net/se:ChannelSelection.<xsd:element name="ChannelSelection" type="se:ChannelSelectionType"> <xsd:annotation> <xsd:documentation> "ChannelSelection" specifies the false-color channel selection for a multi-spectral raster source. </xsd:documentation> </xsd:annotation> </xsd:element>
- 
- 
Constructor SummaryConstructors Constructor Description ChannelSelectionBinding(StyleFactory styleFactory)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description QNamegetTarget()- 
Methods inherited from class SLDChannelSelectionBindinggetExecutionMode, getType, initialize, parse
 - 
Methods inherited from class AbstractComplexBindingencode, getProperties, getProperty, initializeChildContext
 
- 
 
- 
- 
- 
Constructor Detail- 
ChannelSelectionBindingpublic ChannelSelectionBinding(StyleFactory styleFactory) 
 
- 
 - 
Method Detail- 
getTargetpublic QName getTarget() - Specified by:
- getTargetin interface- Binding
- Overrides:
- getTargetin class- SLDChannelSelectionBinding
- Returns:
- The qualified name of the target for the binding.
 
 
- 
 
-