Package org.geotools.se.v1_1.bindings
Class AnchorPointBinding
- Object
-
- AbstractComplexBinding
-
- SLDAnchorPointBinding
-
- AnchorPointBinding
-
- All Implemented Interfaces:
Binding
,ComplexBinding
public class AnchorPointBinding extends SLDAnchorPointBinding
Binding object for the element http://www.opengis.net/se:AnchorPoint.<xsd:element name="AnchorPoint" type="se:AnchorPointType"> <xsd:annotation> <xsd:documentation> An "AnchorPoint" identifies the location inside of a text label to use an an 'anchor' for positioning it relative to a point geometry. </xsd:documentation> </xsd:annotation> </xsd:element>
-
-
Constructor Summary
Constructors Constructor Description AnchorPointBinding(StyleFactory styleFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QName
getTarget()
-
Methods inherited from class SLDAnchorPointBinding
getExecutionMode, getType, initialize, parse
-
Methods inherited from class AbstractComplexBinding
encode, getProperties, getProperty, initializeChildContext
-
-
-
-
Constructor Detail
-
AnchorPointBinding
public AnchorPointBinding(StyleFactory styleFactory)
-
-
Method Detail
-
getTarget
public QName getTarget()
- Specified by:
getTarget
in interfaceBinding
- Overrides:
getTarget
in classSLDAnchorPointBinding
- Returns:
- The qualified name of the target for the binding.
-
-