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>
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParameterValueTypeBinding
public ParameterValueTypeBinding(FilterFactory filterFactory)
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.