Class BinarySpatialOpTypeBinding

  • All Implemented Interfaces:
    Binding, ComplexBinding

    public class BinarySpatialOpTypeBinding
    extends AbstractComplexBinding
      <xsd:complexType name="BinarySpatialOpType">
         <xsd:complexContent>
            <xsd:extension base="fes:SpatialOpsType">
               <xsd:sequence>
                  <xsd:element ref="fes:ValueReference"/>
                <xsd:choice>
                     <xsd:element ref="fes:expression"/>
                     <xsd:any namespace="##other"/>
                  </xsd:choice>
               </xsd:sequence>
            </xsd:extension>
         </xsd:complexContent>
      </xsd:complexType>
      
    Author:
    Justin Deoliveira, OpenGeo
    • Constructor Detail

      • BinarySpatialOpTypeBinding

        public BinarySpatialOpTypeBinding()
    • Method Detail

      • getTarget

        public QName getTarget()
        Returns:
        The qualified name of the target for the binding.
      • getType

        public Class getType()
        Returns:
        The java type this binding maps to.