org.deegree.services.wfs.capabilities
Interface WFSCapabilities

All Superinterfaces:
OGCWebServiceCapabilities
All Known Subinterfaces:
WFSGCapabilities
All Known Implementing Classes:
WFSCapabilities_Impl, WFSGCapabilities_Impl

public interface WFSCapabilities
extends OGCWebServiceCapabilities

---------------------------------------------------------------------

Version:
$Revision: 1.5 $ $Date: 2004/01/26 08:15:37 $
Author:
Andreas Poth

Method Summary
 Capability getCapability()
          A Capability lists available request types, how exceptions may be reported, and whether any vendor-specific capabilities are defined.
 FeatureTypeList getFeatureTypeList()
          The optional VendorSpecificCapabilities element lists any capabilities unique to a particular server.
 
Methods inherited from interface org.deegree.services.capabilities.OGCWebServiceCapabilities
exportAsXML, getService, getUpdateSequence, getVersion
 

Method Detail

getCapability

public Capability getCapability()
A Capability lists available request types, how exceptions may be reported, and whether any vendor-specific capabilities are defined. It also lists all the feature types available from this feature server.


getFeatureTypeList

public FeatureTypeList getFeatureTypeList()
The optional VendorSpecificCapabilities element lists any capabilities unique to a particular server. Because the information is not known a priori, it cannot be constrained by this particular DTD. A vendor-specific DTD fragment must be supplied at the start of the XML capabilities document, after the reference to the general WFS_Capabilities DTD.