Package org.geotools.se.v1_1.bindings
Class SvgParameterBinding
- Object
- 
- AbstractComplexBinding
- 
- SLDCssParameterBinding
- 
- 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>
- 
- 
Constructor SummaryConstructors Constructor Description SvgParameterBinding(FilterFactory filterFactory)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description QNamegetTarget()- 
Methods inherited from class SLDCssParameterBindinggetExecutionMode, getType, initialize, parse
 - 
Methods inherited from class AbstractComplexBindingencode, getProperties, getProperty, initializeChildContext
 
- 
 
- 
- 
- 
Constructor Detail- 
SvgParameterBindingpublic SvgParameterBinding(FilterFactory filterFactory) 
 
- 
 - 
Method Detail- 
getTargetpublic QName getTarget() - Specified by:
- getTargetin interface- Binding
- Overrides:
- getTargetin class- SLDCssParameterBinding
- Returns:
- The qualified name of the target for the binding.
 
 
- 
 
-