Class SpatialCapabilitiesType


  • public class SpatialCapabilitiesType
    extends Object

    Java class for Spatial_CapabilitiesType complex type.

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

     <complexType name="Spatial_CapabilitiesType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="GeometryOperands" type="{http://www.opengis.net/ogc}GeometryOperandsType"/>
             <element name="SpatialOperators" type="{http://www.opengis.net/ogc}SpatialOperatorsType"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>