Class BinarySpatialOpType


  • public class BinarySpatialOpType
    extends SpatialOpsType

    Java class for BinarySpatialOpType complex type.

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

     <complexType name="BinarySpatialOpType">
       <complexContent>
         <extension base="{http://www.opengis.net/ogc}SpatialOpsType">
           <sequence>
             <element ref="{http://www.opengis.net/ogc}PropertyName"/>
             <choice>
               <element ref="{http://www.opengis.net/gml}_Geometry"/>
               <element ref="{http://www.opengis.net/gml}Envelope"/>
             </choice>
           </sequence>
         </extension>
       </complexContent>
     </complexType>