Package org.geotools.se.v1_1.bindings
Class LegendGraphicBinding
- Object
-
- AbstractComplexBinding
-
- SLDLegendGraphicBinding
-
- LegendGraphicBinding
-
- All Implemented Interfaces:
Binding
,ComplexBinding
public class LegendGraphicBinding extends SLDLegendGraphicBinding
Binding object for the element http://www.opengis.net/se:LegendGraphic.<xsd:element name="LegendGraphic" type="se:LegendGraphicType"/>
-
-
Constructor Summary
Constructors Constructor Description LegendGraphicBinding()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QName
getTarget()
-
Methods inherited from class SLDLegendGraphicBinding
getExecutionMode, getType, initialize, parse
-
Methods inherited from class AbstractComplexBinding
encode, getProperties, getProperty, initializeChildContext
-
-
-
-
Method Detail
-
getTarget
public QName getTarget()
- Specified by:
getTarget
in interfaceBinding
- Overrides:
getTarget
in classSLDLegendGraphicBinding
- Returns:
- The qualified name of the target for the binding.
-
-