Package org.geotools.se.v1_1.bindings
Class LabelPlacementBinding
- Object
-
- AbstractComplexBinding
-
- SLDLabelPlacementBinding
-
- LabelPlacementBinding
-
- All Implemented Interfaces:
Binding
,ComplexBinding
public class LabelPlacementBinding extends SLDLabelPlacementBinding
Binding object for the element http://www.opengis.net/se:LabelPlacement.<xsd:element name="LabelPlacement" type="se:LabelPlacementType"> <xsd:annotation> <xsd:documentation> The "LabelPlacement" specifies where and how a text label should be rendered relative to a geometry. The present mechanism is poorly aligned with CSS/SVG. </xsd:documentation> </xsd:annotation> </xsd:element>
-
-
Constructor Summary
Constructors Constructor Description LabelPlacementBinding(StyleFactory styleFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QName
getTarget()
-
Methods inherited from class SLDLabelPlacementBinding
getExecutionMode, getType, initialize, parse
-
Methods inherited from class AbstractComplexBinding
encode, getProperties, getProperty, initializeChildContext
-
-
-
-
Constructor Detail
-
LabelPlacementBinding
public LabelPlacementBinding(StyleFactory styleFactory)
-
-
Method Detail
-
getTarget
public QName getTarget()
- Specified by:
getTarget
in interfaceBinding
- Overrides:
getTarget
in classSLDLabelPlacementBinding
- Returns:
- The qualified name of the target for the binding.
-
-