org.deegree.services.wms.capabilities
Interface WMSCapabilities

All Superinterfaces:
OGCWebServiceCapabilities
All Known Implementing Classes:
WMSCapabilities_Impl

public interface WMSCapabilities
extends OGCWebServiceCapabilities

The purpose of the GetCapabilities operation is described in the Basic Service Elements section, above. In the particular case of a Web Map Service, the response of a GetCapabilities request is general information about the service itself and specific information about the available maps.

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

Version:
2002-03-01
Author:
Andreas Poth

Method Summary
 Capability getCapability()
          The element of the Capabilities XML names the actual operations that are supported by the service instance, the output formats offered for those operations, and the URL prefix for each operation.
 DeegreeParam getDeegreeParam()
          returns deegree specific capabilities/coniguration parameters
 
Methods inherited from interface org.deegree.services.capabilities.OGCWebServiceCapabilities
exportAsXML, getService, getUpdateSequence, getVersion
 

Method Detail

getCapability

public Capability getCapability()
The element of the Capabilities XML names the actual operations that are supported by the service instance, the output formats offered for those operations, and the URL prefix for each operation.


getDeegreeParam

public DeegreeParam getDeegreeParam()
returns deegree specific capabilities/coniguration parameters