org.deegree.services.wfs.capabilities
Interface Capability

All Known Implementing Classes:
Capability_Impl

public interface Capability

The capabilities section specifies the list of requests that the WFS can handle. Two classes of web feature servers, based on the capabilities they support, are defined in the Overview

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

Version:
$Revision: 1.2 $ $Date: 2003/06/10 07:52:03 $
Author:
Axel Schaefer

Method Summary
 Request getRequest()
          A basic WFS would include the GetCapabilities, DescribeFeatureType and the GetFeature interfaces.
 org.w3c.dom.Document getVendorSpecificCapabilities()
          returns vendor specific capabilities of the wfs
 

Method Detail

getRequest

public Request getRequest()
A basic WFS would include the GetCapabilities, DescribeFeatureType and the GetFeature interfaces. A transactional WFS would also include the Transaction interface, possibly the LockFeature interface and/or the GetFeatureWithLock interface.


getVendorSpecificCapabilities

public org.w3c.dom.Document getVendorSpecificCapabilities()
returns vendor specific capabilities of the wfs