org.geotools.filter.v2_0.bindings
Class FunctionTypeBinding
Object
AbstractComplexBinding
OGCFunctionTypeBinding
FunctionTypeBinding
- All Implemented Interfaces:
- Binding, ComplexBinding
public class FunctionTypeBinding
- extends OGCFunctionTypeBinding
Binding object for the type http://www.opengis.net/fes/2.0:FunctionType.
<xsd:complexType name="FunctionType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="fes:expression"/>
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required"/>
</xsd:complexType>
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FunctionTypeBinding
public FunctionTypeBinding(FilterFactory factory)
getTarget
public QName getTarget()
- Specified by:
getTarget
in interface Binding
- Overrides:
getTarget
in class OGCFunctionTypeBinding
- Returns:
- The qualified name of the target for the binding.
Copyright © 1996-2014 Geotools. All Rights Reserved.