Uses of Class
org.deegree_impl.services.capabilities.OGCWebServiceCapabilities_Impl

Packages that use OGCWebServiceCapabilities_Impl
org.deegree_impl.services.gazetteer.capabilities   
org.deegree_impl.services.wcas.capabilities   
org.deegree_impl.services.wcs.capabilities   
org.deegree_impl.services.wcts.capabilities   
org.deegree_impl.services.wfs.capabilities   
org.deegree_impl.services.wms.capabilities   
 

Uses of OGCWebServiceCapabilities_Impl in org.deegree_impl.services.gazetteer.capabilities
 

Subclasses of OGCWebServiceCapabilities_Impl in org.deegree_impl.services.gazetteer.capabilities
 class WFSGCapabilities_Impl
           
 

Uses of OGCWebServiceCapabilities_Impl in org.deegree_impl.services.wcas.capabilities
 

Subclasses of OGCWebServiceCapabilities_Impl in org.deegree_impl.services.wcas.capabilities
 class WCASCapabilities_Impl
          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.
 

Uses of OGCWebServiceCapabilities_Impl in org.deegree_impl.services.wcs.capabilities
 

Subclasses of OGCWebServiceCapabilities_Impl in org.deegree_impl.services.wcs.capabilities
(package private)  class WCSCapabilities_Impl
          A the top level of the ContentMetadata section of the Capabilities XML document for WCS is a CoverageLayerList element, which lists coverage layers in any order.
 

Uses of OGCWebServiceCapabilities_Impl in org.deegree_impl.services.wcts.capabilities
 

Subclasses of OGCWebServiceCapabilities_Impl in org.deegree_impl.services.wcts.capabilities
 class CTS_Capabilities_Impl
          The CTS_Capabilities are the fundamental elements of the capability documents.
 

Uses of OGCWebServiceCapabilities_Impl in org.deegree_impl.services.wfs.capabilities
 

Subclasses of OGCWebServiceCapabilities_Impl in org.deegree_impl.services.wfs.capabilities
 class WFSCapabilities_Impl
          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.
 

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

Subclasses of OGCWebServiceCapabilities_Impl in org.deegree_impl.services.wms.capabilities
 class WMSCapabilities_Impl
          The purpose of the GetCapabilities operation is described in the Basic Service Elements section, above.