org.geotools.filter.v2_0.bindings
Class BBOXTypeBinding
Object
AbstractComplexBinding
OGCBBOXTypeBinding
BBOXTypeBinding
- All Implemented Interfaces:
- Binding, ComplexBinding
public class BBOXTypeBinding
- extends OGCBBOXTypeBinding
Binding object for the type http://www.opengis.net/ogc:BBOXType.
<xsd:complexType name="BBOXType">
<xsd:complexContent>
<xsd:extension base="fes:SpatialOpsType">
<xsd:sequence>
<xsd:element minOccurs="0" ref="fes:expression"/>
<xsd:any namespace="##other"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BBOXTypeBinding
public BBOXTypeBinding()
getTarget
public QName getTarget()
- Specified by:
getTarget
in interface Binding
- Overrides:
getTarget
in class OGCBBOXTypeBinding
- Returns:
- The qualified name of the target for the binding.
Copyright © 1996-2014 Geotools. All Rights Reserved.