Interface SpatialCapabilities

  • All Known Implementing Classes:
    SpatialCapabiltiesImpl

    public interface SpatialCapabilities
    Capabilities used to convey supported spatial operators.

      <xsd:complexType name="Spatial_CapabilitiesType">
         <xsd:sequence>
            <xsd:element name="GeometryOperands"
                        type="ogc:GeometryOperandsType"/>
            <xsd:element name="SpatialOperators"
                         type="ogc:SpatialOperatorsType"/>
         </xsd:sequence>
      </xsd:complexType>
       
    Author:
    Torsten Friebe , Justin Deoliveira, The Open Planning Project
    • Method Detail

      • getGeometryOperands

        Collection<GeometryOperand> getGeometryOperands()
        Supported geometry operands.

         <xsd:element name="GeometryOperands" type="ogc:GeometryOperandsType"/>
         
      • getSpatialOperators

        SpatialOperators getSpatialOperators()
        Supported spatial operators.

         <xsd:element name="SpatialOperators" type="ogc:SpatialOperatorsType"/>