org.opengis.filter.capability
Interface IdCapabilities

All Known Implementing Classes:
IdCapabilitiesImpl

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
 boolean hasEID()
          Indicates if the capabilities support EID.
 boolean hasFID()
          Indicates if the capabilities support FID.
 

Method Detail

hasEID

boolean hasEID()
Indicates if the capabilities support EID.


hasFID

boolean hasFID()
Indicates if the capabilities support FID.

Returns:


Copyright © 1996-2014 Geotools. All Rights Reserved.