Uses of Interface
org.deegree.services.wms.capabilities.Capability

Packages that use Capability
org.deegree_impl.services.wms.capabilities   
org.deegree.services.wms.capabilities   
 

Uses of Capability in org.deegree_impl.services.wms.capabilities
 

Classes in org.deegree_impl.services.wms.capabilities that implement Capability
(package private)  class Capability_Impl
          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.
 

Fields in org.deegree_impl.services.wms.capabilities declared as Capability
private  Capability WMSCapabilities_Impl.capability
           
 

Methods in org.deegree_impl.services.wms.capabilities that return Capability
 Capability WMSCapabilities_Impl.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.
protected  Capability OGCWMSCapabilitiesFactory.createCapability(org.w3c.dom.Element element)
          Creates a Capability-instance according to the contents of the DOM-subtree starting at the given 'Capability'-Element.
protected  Capability DeegreeWMSCapabilitiesFactory.createCapability(org.w3c.dom.Element element)
          Creates a Capability-instance according to the contents of the DOM-subtree starting at the given 'Capability'-Element.
 

Methods in org.deegree_impl.services.wms.capabilities with parameters of type Capability
 void WMSCapabilities_Impl.setCapability(Capability capability)
          sets the capability
 

Constructors in org.deegree_impl.services.wms.capabilities with parameters of type Capability
WMSCapabilities_Impl(java.lang.String version, java.lang.String updateSequence, Service service, Capability capability, DeegreeParam deegreeParam)
          constructor initializing the class with the
 

Uses of Capability in org.deegree.services.wms.capabilities
 

Methods in org.deegree.services.wms.capabilities that return Capability
 Capability WMSCapabilities.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.