org.geotools.se.v1_1.bindings
Class SvgParameterBinding

Object
  extended by AbstractComplexBinding
      extended by SLDCssParameterBinding
          extended by SvgParameterBinding
All Implemented Interfaces:
Binding, ComplexBinding

public class SvgParameterBinding
extends SLDCssParameterBinding

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

  
  <xsd:element name="SvgParameter" type="se:SvgParameterType">
      <xsd:annotation>
          <xsd:documentation>
          A "SvgParameter" refers to an SVG/CSS graphical-formatting
          parameter.  The parameter is identified using the "name" attribute
          and the content of the element gives the SVG/CSS-coded value.
        </xsd:documentation>
      </xsd:annotation>
  </xsd:element> 
        
   
 


Field Summary
 
Fields inherited from interface Binding
AFTER, BEFORE, OVERRIDE
 
Constructor Summary
SvgParameterBinding(FilterFactory filterFactory)
           
 
Method Summary
 QName getTarget()
           
 
Methods inherited from class SLDCssParameterBinding
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

SvgParameterBinding

public SvgParameterBinding(FilterFactory filterFactory)
Method Detail

getTarget

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


Copyright © 1996-2014 Geotools. All Rights Reserved.