org.geotools.se.v1_1.bindings
Class DisplacementBinding

Object
  extended by AbstractComplexBinding
      extended by SLDDisplacementBinding
          extended by DisplacementBinding
All Implemented Interfaces:
Binding, ComplexBinding

public class DisplacementBinding
extends SLDDisplacementBinding

Binding object for the element http://www.opengis.net/se:Displacement.

  
  <xsd:element name="Displacement" type="se:DisplacementType">
      <xsd:annotation>
          <xsd:documentation>
          A "Displacement" gives X and Y offset displacements to use for
          rendering a text label, graphic or other Symbolizernear a point.
        </xsd:documentation>
      </xsd:annotation>
  </xsd:element> 
        
   
 


Field Summary
 
Fields inherited from interface Binding
AFTER, BEFORE, OVERRIDE
 
Constructor Summary
DisplacementBinding(StyleFactory styleFactory)
           
 
Method Summary
 QName getTarget()
           
 
Methods inherited from class SLDDisplacementBinding
getExecutionMode, getType, initialize, parse
 
Methods inherited from class AbstractComplexBinding
encode, getProperties, getProperties, getProperty, initializeChildContext
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DisplacementBinding

public DisplacementBinding(StyleFactory styleFactory)
Method Detail

getTarget

public QName getTarget()
Specified by:
getTarget in interface Binding
Overrides:
getTarget in class SLDDisplacementBinding
Returns:
The qualified name of the target for the binding.


Copyright © 1996-2014 Geotools. All Rights Reserved.