deegree 2.3 (2010/04/09 10:10 build-4-official)

Uses of Class
org.deegree.owscommon.OWSCommonCapabilitiesDocument

Packages that use OWSCommonCapabilitiesDocument
org.deegree.ogcwebservices.csw.capabilities   
org.deegree.ogcwebservices.csw.configuration   
org.deegree.ogcwebservices.sos.capabilities   
org.deegree.ogcwebservices.sos.configuration   
org.deegree.ogcwebservices.wass.common   
org.deegree.ogcwebservices.wass.was.capabilities   
org.deegree.ogcwebservices.wass.was.configuration   
org.deegree.ogcwebservices.wass.wss.capabilities   
org.deegree.ogcwebservices.wass.wss.configuration   
org.deegree.ogcwebservices.wfs.capabilities   
org.deegree.ogcwebservices.wfs.configuration   
org.deegree.ogcwebservices.wmps.capabilities   
org.deegree.ogcwebservices.wmps.configuration   
org.deegree.ogcwebservices.wps.capabilities   
org.deegree.ogcwebservices.wps.configuration   
org.deegree.ogcwebservices.wpvs.capabilities   
org.deegree.ogcwebservices.wpvs.configuration   
 

Uses of OWSCommonCapabilitiesDocument in org.deegree.ogcwebservices.csw.capabilities
 

Subclasses of OWSCommonCapabilitiesDocument in org.deegree.ogcwebservices.csw.capabilities
 class CatalogueCapabilitiesDocument
          Represents an XML capabilities document for an OGC CSW 2.0 compliant service.
 class CatalogueCapabilitiesDocument_2_0_2
          Represents an XML capabilities document for an OGC CSW 2.0 compliant service.
 

Uses of OWSCommonCapabilitiesDocument in org.deegree.ogcwebservices.csw.configuration
 

Subclasses of OWSCommonCapabilitiesDocument in org.deegree.ogcwebservices.csw.configuration
 class CatalogueConfigurationDocument
          Represents an XML configuration document for a deegree CSW 2.0 instance, i.e. it consists of all sections common to an OGC CSW 2.0 capabilities document plus a deegree specific section named deegreeParams.
 

Uses of OWSCommonCapabilitiesDocument in org.deegree.ogcwebservices.sos.capabilities
 

Subclasses of OWSCommonCapabilitiesDocument in org.deegree.ogcwebservices.sos.capabilities
 class CapabilitiesDocument
          Read the SOS Capabilities form a XML File
 

Uses of OWSCommonCapabilitiesDocument in org.deegree.ogcwebservices.sos.configuration
 

Subclasses of OWSCommonCapabilitiesDocument in org.deegree.ogcwebservices.sos.configuration
 class SOSConfigurationDocument
          Reads the SOSConfiguration from a XML File
 

Uses of OWSCommonCapabilitiesDocument in org.deegree.ogcwebservices.wass.common
 

Subclasses of OWSCommonCapabilitiesDocument in org.deegree.ogcwebservices.wass.common
 class OWSCapabilitiesBaseDocument_1_0
          The owscapabilities 1.0 specification parser.
 

Uses of OWSCommonCapabilitiesDocument in org.deegree.ogcwebservices.wass.was.capabilities
 

Subclasses of OWSCommonCapabilitiesDocument in org.deegree.ogcwebservices.wass.was.capabilities
 class WASCapabilitiesDocument
          Parser for the WAS capabilities according to GDI NRW spec V1.0.
 

Uses of OWSCommonCapabilitiesDocument in org.deegree.ogcwebservices.wass.was.configuration
 

Subclasses of OWSCommonCapabilitiesDocument in org.deegree.ogcwebservices.wass.was.configuration
 class WASConfigurationDocument
          Parser for the configuration documents of a WAS.
 

Uses of OWSCommonCapabilitiesDocument in org.deegree.ogcwebservices.wass.wss.capabilities
 

Subclasses of OWSCommonCapabilitiesDocument in org.deegree.ogcwebservices.wass.wss.capabilities
 class WSSCapabilitiesDocument
          A WSSCapabilitiesDocument class can parse xml-based requests.
 

Uses of OWSCommonCapabilitiesDocument in org.deegree.ogcwebservices.wass.wss.configuration
 

Subclasses of OWSCommonCapabilitiesDocument in org.deegree.ogcwebservices.wass.wss.configuration
 class WSSConfigurationDocument
          This class is called from the WSServiceFactory to read a configuration xml file.
 

Uses of OWSCommonCapabilitiesDocument in org.deegree.ogcwebservices.wfs.capabilities
 

Subclasses of OWSCommonCapabilitiesDocument in org.deegree.ogcwebservices.wfs.capabilities
 class WFSCapabilitiesDocument
          Represents a capabilities document for an OGC WFS 1.1.0 compliant web service.
 class WFSCapabilitiesDocument_1_1_0
          Represents a capabilities document for an OGC WFS 1.1.0 compliant web service.
 

Uses of OWSCommonCapabilitiesDocument in org.deegree.ogcwebservices.wfs.configuration
 

Subclasses of OWSCommonCapabilitiesDocument in org.deegree.ogcwebservices.wfs.configuration
 class WFSConfigurationDocument
          Represents an XML configuration document for a deegree WFS instance, i.e. it consists of all sections common to an OGC WFS 1.1 capabilities document plus some deegree specific elements.
 

Uses of OWSCommonCapabilitiesDocument in org.deegree.ogcwebservices.wmps.capabilities
 

Subclasses of OWSCommonCapabilitiesDocument in org.deegree.ogcwebservices.wmps.capabilities
 class WMPSCapabilitiesDocument
          Represents an XML capabilities document for an OGC WFS 1.1.0 compliant web service.
 

Uses of OWSCommonCapabilitiesDocument in org.deegree.ogcwebservices.wmps.configuration
 

Subclasses of OWSCommonCapabilitiesDocument in org.deegree.ogcwebservices.wmps.configuration
 class WMPSConfigurationDocument
          Represents an XML configuration document for a deegree WMPS 1.0 instance, i.e. it consists of all sections common to an OGC WMS 1.1.1 capabilities document plus a deegree specific section named deegreeParams and...
 

Uses of OWSCommonCapabilitiesDocument in org.deegree.ogcwebservices.wps.capabilities
 

Subclasses of OWSCommonCapabilitiesDocument in org.deegree.ogcwebservices.wps.capabilities
 class WPSCapabilitiesDocument
          WPSCapabilitiesDocument.java Creates an object representation of the sample_wps_capabilities.xml document Created on 08.03.2006. 18:57:37h
 

Uses of OWSCommonCapabilitiesDocument in org.deegree.ogcwebservices.wps.configuration
 

Subclasses of OWSCommonCapabilitiesDocument in org.deegree.ogcwebservices.wps.configuration
 class WPSConfigurationDocument
          WPSConfigurationDocument.java
 

Uses of OWSCommonCapabilitiesDocument in org.deegree.ogcwebservices.wpvs.capabilities
 

Subclasses of OWSCommonCapabilitiesDocument in org.deegree.ogcwebservices.wpvs.capabilities
 class WPVSCapabilitiesDocument
          This class represents a WPVSCapabilitiesDocument object.
 

Uses of OWSCommonCapabilitiesDocument in org.deegree.ogcwebservices.wpvs.configuration
 

Subclasses of OWSCommonCapabilitiesDocument in org.deegree.ogcwebservices.wpvs.configuration
 class WPVSConfigurationDocument
          Parser for WPVS configuration documents.
 


deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org