org.deegree.services.wcas.capabilities
Interface WCASCapabilities

All Superinterfaces:
OGCWebServiceCapabilities
All Known Implementing Classes:
WCASCapabilities_Impl

public interface WCASCapabilities
extends OGCWebServiceCapabilities

The parent element of the Capabilities document includes as children a Service element with general information about the server, a Capability element with specific information about the kinds of functionality offered by the server and a featureTypeList element defining the list of all feature types available from this server.

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

Version:
$Revision: 1.3 $ $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.
 ISO19119 getISO19119()
          returns the service metadata of the catalog
 java.net.URL getSchemaLocation(java.lang.String format)
          return the URL (location) of the schema definition for the submitted format
 
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.


getISO19119

public ISO19119 getISO19119()
returns the service metadata of the catalog


getSchemaLocation

public java.net.URL getSchemaLocation(java.lang.String format)
return the URL (location) of the schema definition for the submitted format