Interface IdCapabilities

All Known Subinterfaces:
IdCapabilitiesType
All Known Implementing Classes:
IdCapabilitiesImpl, IdCapabilitiesTypeImpl

public interface IdCapabilities
Capabilities used to convey supported id operators.

  <xsd:complexType name="Id_CapabilitiesType">
     <xsd:choice maxOccurs="unbounded">
       <xsd:element ref="ogc:EID"/>
       <xsd:element ref="ogc:FID"/>
     </xsd:choice>
  </xsd:complexType>
  <xsd:element name="EID">
     <xsd:complexType/>
  </xsd:element>
  <xsd:element name="FID">
     <xsd:complexType/>
  </xsd:element>
 
Author:
Markus Schneider , Justin Deoliveira, The Open Planning Project
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Indicates if the capabilities support EID.
    boolean
    Indicates if the capabilities support FID.
  • Method Details

    • hasEID

      boolean hasEID()
      Indicates if the capabilities support EID.
    • hasFID

      boolean hasFID()
      Indicates if the capabilities support FID.