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

Uses of Class
org.deegree.ogcwebservices.getcapabilities.OGCCapabilities

Packages that use OGCCapabilities
org.deegree.ogcwebservices   
org.deegree.ogcwebservices.csw Catalog Service 2.0 (OGC CS-W Version 2.0.0). 
org.deegree.ogcwebservices.csw.capabilities   
org.deegree.ogcwebservices.csw.configuration   
org.deegree.ogcwebservices.getcapabilities   
org.deegree.ogcwebservices.sos   
org.deegree.ogcwebservices.sos.capabilities   
org.deegree.ogcwebservices.sos.configuration   
org.deegree.ogcwebservices.wass.common   
org.deegree.ogcwebservices.wass.was   
org.deegree.ogcwebservices.wass.was.capabilities   
org.deegree.ogcwebservices.wass.was.configuration   
org.deegree.ogcwebservices.wass.wss   
org.deegree.ogcwebservices.wass.wss.capabilities   
org.deegree.ogcwebservices.wass.wss.configuration   
org.deegree.ogcwebservices.wcs Web Coverage Service 1.1.7 (OGC WCS Version 1.0.0). 
org.deegree.ogcwebservices.wcs.configuration   
org.deegree.ogcwebservices.wcs.getcapabilities   
org.deegree.ogcwebservices.wcts.capabilities   
org.deegree.ogcwebservices.wcts.configuration   
org.deegree.ogcwebservices.wfs Web Feature Service (OGC WFS Version 1.1.0). 
org.deegree.ogcwebservices.wfs.capabilities   
org.deegree.ogcwebservices.wfs.configuration   
org.deegree.ogcwebservices.wmps Web Map Service 1.1.3 (OGC WMS Version 1.1.1). 
org.deegree.ogcwebservices.wmps.capabilities   
org.deegree.ogcwebservices.wmps.configuration   
org.deegree.ogcwebservices.wms Web Map Service 1.1.3 (OGC WMS Version 1.1.1). 
org.deegree.ogcwebservices.wms.capabilities   
org.deegree.ogcwebservices.wms.configuration   
org.deegree.ogcwebservices.wps   
org.deegree.ogcwebservices.wps.capabilities   
org.deegree.ogcwebservices.wps.configuration   
org.deegree.ogcwebservices.wpvs The WPVS (Web Perspective View Service) package is the 3D analogon to a WMS (Web Map Service), it is able to generate a 3D-view of (2D or 3D) geospatial data. 
org.deegree.ogcwebservices.wpvs.capabilities   
org.deegree.ogcwebservices.wpvs.configuration   
org.deegree.owscommon   
org.deegree.portal.context   
 

Uses of OGCCapabilities in org.deegree.ogcwebservices
 

Methods in org.deegree.ogcwebservices that return OGCCapabilities
 OGCCapabilities OGCWebService.getCapabilities()
          returns the capabilities of a OGC web service
 

Methods in org.deegree.ogcwebservices with parameters of type OGCCapabilities
static URL OWSUtils.getHTTPGetOperationURL(OGCCapabilities capabilities, Class clss)
          the method return the first HTTPGet URL for a Operation within the pass capabilities document.
static URL OWSUtils.getHTTPPostOperationURL(OGCCapabilities capabilities, Class clss)
          the method return the first HTTPPost URL for a Operation within the pass capabilities document.
 

Uses of OGCCapabilities in org.deegree.ogcwebservices.csw
 

Methods in org.deegree.ogcwebservices.csw that return OGCCapabilities
 OGCCapabilities CatalogueService.getCapabilities()
          Returns the OGC-capabilities of the service.
 

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

Subclasses of OGCCapabilities in org.deegree.ogcwebservices.csw.capabilities
 class CatalogueCapabilities
          Represents the capabilities for an OGC-CSW 2.0.0 compliant service instance.
 

Methods in org.deegree.ogcwebservices.csw.capabilities that return OGCCapabilities
static OGCCapabilities CatalogueCapabilities.createCapabilities(URL url)
          Creates catalog capabilities from a URL.
 OGCCapabilities CatalogueCapabilitiesDocument_2_0_2.parseCapabilities()
          Creates a class representation of the document.
 OGCCapabilities CatalogueCapabilitiesDocument.parseCapabilities()
          Creates a class representation of the document.
 

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

Subclasses of OGCCapabilities in org.deegree.ogcwebservices.csw.configuration
 class CatalogueConfiguration
          Represents the configuration for a deegree CSW 2.0 instance.
 

Uses of OGCCapabilities in org.deegree.ogcwebservices.getcapabilities
 

Subclasses of OGCCapabilities in org.deegree.ogcwebservices.getcapabilities
 class OGCStandardCapabilities
          Represents the capabilities for an OGC-Webservice prior to the OWS Common Implementation Specification 0.2.
 

Methods in org.deegree.ogcwebservices.getcapabilities that return OGCCapabilities
abstract  OGCCapabilities OGCCapabilitiesDocument.parseCapabilities()
          Creates a class representation of the document.
 

Uses of OGCCapabilities in org.deegree.ogcwebservices.sos
 

Methods in org.deegree.ogcwebservices.sos that return OGCCapabilities
 OGCCapabilities SOService.getCapabilities()
          returns the serviceConfiguration
 

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

Subclasses of OGCCapabilities in org.deegree.ogcwebservices.sos.capabilities
 class SOSCapabilities
          Represents the SOS Capabilities
 

Methods in org.deegree.ogcwebservices.sos.capabilities that return OGCCapabilities
static OGCCapabilities SOSCapabilities.createCapabilities(URL url)
          createCapabilities
 OGCCapabilities CapabilitiesDocument.parseCapabilities()
           
 

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

Subclasses of OGCCapabilities in org.deegree.ogcwebservices.sos.configuration
 class SOSConfiguration
          represent the sos configuration
 

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

Subclasses of OGCCapabilities in org.deegree.ogcwebservices.wass.common
 class OWSCapabilitiesBaseType_1_0
          Encapsulates: OWS capabilities according to V1.0 Namespace: http://www.opengis.net/ows
 

Uses of OGCCapabilities in org.deegree.ogcwebservices.wass.was
 

Methods in org.deegree.ogcwebservices.wass.was that return OGCCapabilities
 OGCCapabilities WAService.getCapabilities()
           
 

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

Subclasses of OGCCapabilities in org.deegree.ogcwebservices.wass.was.capabilities
 class WASCapabilities
          Encapsulates: GDI NRW WAS capabilities according to V1.0 Namespace: http://www.gdi-nrw.org/was This class does not really contain any special data and is only used for consistent interface reasons.
 

Methods in org.deegree.ogcwebservices.wass.was.capabilities that return OGCCapabilities
 OGCCapabilities WASCapabilitiesDocument.parseCapabilities()
           
 

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

Subclasses of OGCCapabilities in org.deegree.ogcwebservices.wass.was.configuration
 class WASConfiguration
          Encapsulates the configuration data for a WAS.
 

Uses of OGCCapabilities in org.deegree.ogcwebservices.wass.wss
 

Methods in org.deegree.ogcwebservices.wass.wss that return OGCCapabilities
 OGCCapabilities WSService.getCapabilities()
           
 

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

Subclasses of OGCCapabilities in org.deegree.ogcwebservices.wass.wss.capabilities
 class WSSCapabilities
          A WSSCapabilities class encapsulates all the data which can be requested with a GetCapabilities request.
 

Methods in org.deegree.ogcwebservices.wass.wss.capabilities that return OGCCapabilities
 OGCCapabilities WSSCapabilitiesDocument.parseCapabilities()
           
 

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

Subclasses of OGCCapabilities in org.deegree.ogcwebservices.wass.wss.configuration
 class WSSConfiguration
          The configuration class represents the capabilities and the "deegree specific parameter" which will be sent back to the clienst getCapabilities request.
 

Uses of OGCCapabilities in org.deegree.ogcwebservices.wcs
 

Methods in org.deegree.ogcwebservices.wcs that return OGCCapabilities
 OGCCapabilities RemoteWCService.getCapabilities()
           
 OGCCapabilities WCService.getCapabilities()
          returns the capabilities of the WCS
 

Uses of OGCCapabilities in org.deegree.ogcwebservices.wcs.configuration
 

Subclasses of OGCCapabilities in org.deegree.ogcwebservices.wcs.configuration
 class WCSConfiguration
           
 

Uses of OGCCapabilities in org.deegree.ogcwebservices.wcs.getcapabilities
 

Subclasses of OGCCapabilities in org.deegree.ogcwebservices.wcs.getcapabilities
 class WCSCapabilities
           
 

Methods in org.deegree.ogcwebservices.wcs.getcapabilities that return OGCCapabilities
 OGCCapabilities WCSCapabilitiesDocument.parseCapabilities()
           
 

Uses of OGCCapabilities in org.deegree.ogcwebservices.wcts.capabilities
 

Subclasses of OGCCapabilities in org.deegree.ogcwebservices.wcts.capabilities
 class WCTSCapabilities
          The WCTSCapabilities encapsulates the capabilities document of the wcts 0.4.0, using the ows 1.1.0.
 

Methods in org.deegree.ogcwebservices.wcts.capabilities that return OGCCapabilities
 OGCCapabilities WCTSCapabilitiesDocument.parseCapabilities(String configuredProvider)
           
 

Uses of OGCCapabilities in org.deegree.ogcwebservices.wcts.configuration
 

Subclasses of OGCCapabilities in org.deegree.ogcwebservices.wcts.configuration
 class WCTSConfiguration
          WCTSConfiguration holds some configuration options as well as a timer to rebuild the contents of the capabilities.
 

Uses of OGCCapabilities in org.deegree.ogcwebservices.wfs
 

Methods in org.deegree.ogcwebservices.wfs that return OGCCapabilities
 OGCCapabilities RemoteWFService.getCapabilities()
           
 

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

Subclasses of OGCCapabilities in org.deegree.ogcwebservices.wfs.capabilities
 class WFSCapabilities
          Represents the capabilities of an OGC-WFS 1.1.0 compliant service instance.
 

Methods in org.deegree.ogcwebservices.wfs.capabilities that return OGCCapabilities
static OGCCapabilities WFSCapabilities.createCapabilities(URL url)
          Creates WFSCapabilities from a URL.
 OGCCapabilities WFSCapabilitiesDocument_1_1_0.parseCapabilities()
          Creates a class representation of the document.
 OGCCapabilities WFSCapabilitiesDocument_1_0_0.parseCapabilities()
          Creates a class representation of the document.
 OGCCapabilities WFSCapabilitiesDocument.parseCapabilities()
          Creates a class representation of the document.
 

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

Subclasses of OGCCapabilities in org.deegree.ogcwebservices.wfs.configuration
 class WFSConfiguration
          Represents the configuration for a deegree WFService instance.
 

Uses of OGCCapabilities in org.deegree.ogcwebservices.wmps
 

Methods in org.deegree.ogcwebservices.wmps that return OGCCapabilities
 OGCCapabilities WMPService.getCapabilities()
          Return the OGCCapabilities.
 OGCCapabilities RemoteWMService.getCapabilities()
          Returns the OGCCapabilities
 

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

Subclasses of OGCCapabilities in org.deegree.ogcwebservices.wmps.capabilities
 class WMPSCapabilities
          The purpose of the GetCapabilities operation is described in the Basic Capabilities Service Elements section, above.
 

Methods in org.deegree.ogcwebservices.wmps.capabilities that return OGCCapabilities
 OGCCapabilities WMPSCapabilitiesDocument.parseCapabilities()
          Creates a class representation of the document.
 

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

Subclasses of OGCCapabilities in org.deegree.ogcwebservices.wmps.configuration
 class WMPSConfiguration
          Represents the configuration for a deegree WMPS 1.0 instance.
 

Uses of OGCCapabilities in org.deegree.ogcwebservices.wms
 

Methods in org.deegree.ogcwebservices.wms that return OGCCapabilities
 OGCCapabilities WMService.getCapabilities()
           
 OGCCapabilities RemoteWMService.getCapabilities()
           
 

Uses of OGCCapabilities in org.deegree.ogcwebservices.wms.capabilities
 

Subclasses of OGCCapabilities in org.deegree.ogcwebservices.wms.capabilities
 class WMSCapabilities
          WMSCapabilities is the data class for the WMS version of capabilities.
 class WMSCapabilities_1_0_0
          WMSCapabilities is the data class for the WMS version of capabilities.
 class WMSCapabilities_1_3_0
          This class is an 1.3.0 extension of the WMSCapabilities class.
 

Methods in org.deegree.ogcwebservices.wms.capabilities that return OGCCapabilities
 OGCCapabilities WMSCapabilitiesDocument_1_3_0.parseCapabilities()
           
 OGCCapabilities WMSCapabilitiesDocument.parseCapabilities()
          Creates a class representation of the document.
 OGCCapabilities WMSCapabilitiesDocument_1_0_0.parseCapabilities()
          Creates a class representation of the document.
 

Uses of OGCCapabilities in org.deegree.ogcwebservices.wms.configuration
 

Subclasses of OGCCapabilities in org.deegree.ogcwebservices.wms.configuration
 class WMSConfiguration
          Represents the configuration for a deegree WFS 1.1.1 instance (or earlier).
 class WMSConfiguration_1_3_0
          WMSConfiguration_1_3_0 is an implementation of the WMSConfigurationType interface, encapsulating the data required to configure a WMS 1.3.0.
 

Uses of OGCCapabilities in org.deegree.ogcwebservices.wps
 

Methods in org.deegree.ogcwebservices.wps that return OGCCapabilities
 OGCCapabilities WPService.getCapabilities()
           
 

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

Subclasses of OGCCapabilities in org.deegree.ogcwebservices.wps.capabilities
 class WPSCapabilities
          WPSCapabilities.java Created on 08.03.2006. 18:01:22h
 

Methods in org.deegree.ogcwebservices.wps.capabilities that return OGCCapabilities
static OGCCapabilities WPSCapabilities.createCapabilities(URL url)
           
 OGCCapabilities WPSCapabilitiesDocument.parseCapabilities()
           
 

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

Subclasses of OGCCapabilities in org.deegree.ogcwebservices.wps.configuration
 class WPSConfiguration
          WPSConfiguration.java Created on 08.03.2006. 17:58:55h
 

Uses of OGCCapabilities in org.deegree.ogcwebservices.wpvs
 

Methods in org.deegree.ogcwebservices.wpvs that return OGCCapabilities
 OGCCapabilities WPVService.getCapabilities()
          Returns the capabilities of this service.
 

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

Subclasses of OGCCapabilities in org.deegree.ogcwebservices.wpvs.capabilities
 class WPVSCapabilities
          This class represents a WPVSCapabilities object.
 

Methods in org.deegree.ogcwebservices.wpvs.capabilities that return OGCCapabilities
 OGCCapabilities WPVSCapabilitiesDocument.parseCapabilities()
           
 

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

Subclasses of OGCCapabilities in org.deegree.ogcwebservices.wpvs.configuration
 class WPVSConfiguration
          This class represents a WPVSConfiguration object.
 

Uses of OGCCapabilities in org.deegree.owscommon
 

Subclasses of OGCCapabilities in org.deegree.owscommon
 class OWSCommonCapabilities
          Represents a configuration for an OGC-Webservice according to the OWS Common Implementation Specification 0.2, i.e. it consists of the following parts: ServiceIdentification (corresponds to and expands the SV_ServiceIdentification class in ISO 19119) ServiceProvider (corresponds to and expands the SV_ServiceProvider class in ISO 19119) OperationsMetadata (contains set of Operation elements that each corresponds to and expand the SV_OperationsMetadata class in ISO 19119) Contents (whenever relevant, contains set of elements that each corresponds to the MD_DataIdentification class in ISO 19119 and 19115)
 

Uses of OGCCapabilities in org.deegree.portal.context
 

Methods in org.deegree.portal.context that return OGCCapabilities
 OGCCapabilities Server.getCapabilities()
          returns the capabilities of the encapsulated server
 

Methods in org.deegree.portal.context with parameters of type OGCCapabilities
 void Server.setCapabilities(OGCCapabilities capabilities)
           
 

Constructors in org.deegree.portal.context with parameters of type OGCCapabilities
Server(String title, String version, String service, URL onlineResource, OGCCapabilities capabilities)
          Creates a new Server object.
 


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