Package org.geotools.se.v1_1.bindings
Class ParameterValueTypeBinding
Object
AbstractComplexBinding
SLDParameterValueTypeBinding
ParameterValueTypeBinding
- All Implemented Interfaces:
Binding
,ComplexBinding
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
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class SLDParameterValueTypeBinding
getExecutionMode, getType, initialize, parse
Methods inherited from class AbstractComplexBinding
encode, getProperties, getProperty, initializeChildContext
-
Constructor Details
-
ParameterValueTypeBinding
-
-
Method Details
-
getTarget
- Specified by:
getTarget
in interfaceBinding
- Overrides:
getTarget
in classSLDParameterValueTypeBinding
- Returns:
- The qualified name of the target for the binding.
-