Class FunctionTypeBinding
Object
AbstractComplexBinding
OGCFunctionTypeBinding
FunctionTypeBinding
- All Implemented Interfaces:
Binding
,ComplexBinding
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>
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class OGCFunctionTypeBinding
getProperty, getType, initialize, parse
Methods inherited from class AbstractComplexBinding
encode, getExecutionMode, getProperties, initializeChildContext
-
Constructor Details
-
FunctionTypeBinding
-
-
Method Details
-
getTarget
- Specified by:
getTarget
in interfaceBinding
- Overrides:
getTarget
in classOGCFunctionTypeBinding
- Returns:
- The qualified name of the target for the binding.
-