org.geotools.se.v1_1.bindings
Class ParameterValueTypeBinding

Object
  extended by AbstractComplexBinding
      extended by SLDParameterValueTypeBinding
          extended by ParameterValueTypeBinding
All Implemented Interfaces:
Binding, ComplexBinding

public class ParameterValueTypeBinding
extends SLDParameterValueTypeBinding

Binding object for the type http://www.opengis.net/se:ParameterValueType.

  
  <xsd:complexType mixed="true" name="ParameterValueType">
      <xsd:annotation>
          <xsd:documentation>
          The "ParameterValueType" uses WFS-Filter expressions to give
          values for SE graphic parameters.  A "mixed" element-content
          model is used with textual substitution for values.
        </xsd:documentation>
      </xsd:annotation>
      <xsd:sequence maxOccurs="unbounded" minOccurs="0">
          <xsd:element ref="ogc:expression"/>
      </xsd:sequence>
  </xsd:complexType> 
        
   
 


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

ParameterValueTypeBinding

public ParameterValueTypeBinding(FilterFactory filterFactory)
Method Detail

getTarget

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


Copyright © 1996-2014 Geotools. All Rights Reserved.