Class SpatialOperatorType


  • public class SpatialOperatorType
    extends Object

    Java class for SpatialOperatorType complex type.

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

     <complexType name="SpatialOperatorType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="GeometryOperands" type="{http://www.opengis.net/ogc}GeometryOperandsType" minOccurs="0"/>
           </sequence>
           <attribute name="name" type="{http://www.opengis.net/ogc}SpatialOperatorNameType" />
         </restriction>
       </complexContent>
     </complexType>