Class OGCBinaryLogicOpTypeBinding

  • All Implemented Interfaces:
    Binding, ComplexBinding
    Direct Known Subclasses:
    BinaryLogicOpTypeBinding

    public class OGCBinaryLogicOpTypeBinding
    extends AbstractComplexBinding
    Binding object for the type http://www.opengis.net/ogc:BinaryLogicOpType.

             
      <xsd:complexType name="BinaryLogicOpType">
          <xsd:complexContent>
              <xsd:extension base="ogc:LogicOpsType">
                  <xsd:choice maxOccurs="unbounded" minOccurs="2">
                      <xsd:element ref="ogc:comparisonOps"/>
                      <xsd:element ref="ogc:spatialOps"/>
                      <xsd:element ref="ogc:logicOps"/>
                  </xsd:choice>
              </xsd:extension>
          </xsd:complexContent>
      </xsd:complexType>
    
              
             
    • Constructor Detail

      • OGCBinaryLogicOpTypeBinding

        public OGCBinaryLogicOpTypeBinding()