Package org.geotools.se.v1_1.bindings
Class ParameterValueTypeBinding
- Object
-
- AbstractComplexBinding
-
- SLDParameterValueTypeBinding
-
- 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>
-
-
Constructor Summary
Constructors Constructor Description ParameterValueTypeBinding(FilterFactory filterFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QName
getTarget()
-
Methods inherited from class SLDParameterValueTypeBinding
getExecutionMode, getType, initialize, parse
-
Methods inherited from class AbstractComplexBinding
encode, getProperties, getProperty, initializeChildContext
-
-
-
-
Constructor Detail
-
ParameterValueTypeBinding
public ParameterValueTypeBinding(FilterFactory filterFactory)
-
-
Method Detail
-
getTarget
public QName getTarget()
- Specified by:
getTarget
in interfaceBinding
- Overrides:
getTarget
in classSLDParameterValueTypeBinding
- Returns:
- The qualified name of the target for the binding.
-
-