org.geotools.filter.v2_0.bindings
Class PropertyIsBetweenTypeBinding
Object
AbstractComplexBinding
OGCPropertyIsBetweenTypeBinding
PropertyIsBetweenTypeBinding
- All Implemented Interfaces:
- Binding, ComplexBinding
public class PropertyIsBetweenTypeBinding
- extends OGCPropertyIsBetweenTypeBinding
Binding object for the type http://www.opengis.net/fes/2.0:PropertyIsBetweenType.
<xsd:complexType name="PropertyIsBetweenType">
<xsd:complexContent>
<xsd:extension base="fes:ComparisonOpsType">
<xsd:sequence>
<xsd:element ref="fes:expression"/>
<xsd:element name="LowerBoundary" type="fes:LowerBoundaryType"/>
<xsd:element name="UpperBoundary" type="fes:UpperBoundaryType"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyIsBetweenTypeBinding
public PropertyIsBetweenTypeBinding(FilterFactory factory)
getTarget
public QName getTarget()
- Specified by:
getTarget
in interface Binding
- Overrides:
getTarget
in class OGCPropertyIsBetweenTypeBinding
- Returns:
- The qualified name of the target for the binding.
Copyright © 1996-2014 Geotools. All Rights Reserved.