Class BinaryLogicOpType


  • public class BinaryLogicOpType
    extends LogicOpsType

    Java class for BinaryLogicOpType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="BinaryLogicOpType">
       <complexContent>
         <extension base="{http://www.opengis.net/ogc}LogicOpsType">
           <choice maxOccurs="unbounded" minOccurs="2">
             <element ref="{http://www.opengis.net/ogc}comparisonOps"/>
             <element ref="{http://www.opengis.net/ogc}spatialOps"/>
             <element ref="{http://www.opengis.net/ogc}logicOps"/>
           </choice>
         </extension>
       </complexContent>
     </complexType>