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