Class UnaryLogicOpType


  • public class UnaryLogicOpType
    extends LogicOpsType

    Java class for UnaryLogicOpType complex type.

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

     <complexType name="UnaryLogicOpType">
       <complexContent>
         <extension base="{http://www.opengis.net/ogc}LogicOpsType">
           <sequence>
             <choice>
               <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>
           </sequence>
         </extension>
       </complexContent>
     </complexType>