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 Summary
Constructors Constructor Description ChannelSelectionBinding(StyleFactory styleFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QName
getTarget()
-
Methods inherited from class SLDChannelSelectionBinding
getExecutionMode, getType, initialize, parse
-
Methods inherited from class AbstractComplexBinding
encode, getProperties, getProperty, initializeChildContext
-
-
-
-
Constructor Detail
-
ChannelSelectionBinding
public ChannelSelectionBinding(StyleFactory styleFactory)
-
-
Method Detail
-
getTarget
public QName getTarget()
- Specified by:
getTarget
in interfaceBinding
- Overrides:
getTarget
in classSLDChannelSelectionBinding
- Returns:
- The qualified name of the target for the binding.
-
-