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

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

Packages that use OperationsMetadata
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.capabilities   
org.deegree.ogcwebservices.sos.configuration   
org.deegree.ogcwebservices.wass.common   
org.deegree.ogcwebservices.wcs.getcapabilities   
org.deegree.ogcwebservices.wfs.capabilities   
org.deegree.ogcwebservices.wfs.configuration   
org.deegree.ogcwebservices.wmps.capabilities   
org.deegree.ogcwebservices.wmps.configuration   
org.deegree.ogcwebservices.wms.capabilities   
org.deegree.ogcwebservices.wps.capabilities   
org.deegree.ogcwebservices.wps.configuration   
org.deegree.ogcwebservices.wpvs.capabilities   
org.deegree.ogcwebservices.wpvs.configuration   
org.deegree.owscommon   
 

Uses of OperationsMetadata in org.deegree.ogcwebservices.csw
 

Methods in org.deegree.ogcwebservices.csw with parameters of type OperationsMetadata
protected static void XMLFactory_2_0_2.appendOperationsMetadata(Element root, OperationsMetadata operationsMetadata, boolean capabilities)
          Appends the DOM representation of the OperationsMetadata- section to the passed Element.
protected static void XMLFactory_2_0_0.appendOperationsMetadata(Element root, OperationsMetadata operationsMetadata, boolean capabilities)
          Appends the DOM representation of the OperationsMetadata- section to the passed Element.
 

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

Subclasses of OperationsMetadata in org.deegree.ogcwebservices.csw.capabilities
 class CatalogueOperationsMetadata
          Represents the OperationMetadata part in the capabilities document of an OGC-CSW according to the OpenGIS� Catalogue Services Specification 2.0.
 

Methods in org.deegree.ogcwebservices.csw.capabilities that return OperationsMetadata
 OperationsMetadata CatalogueCapabilitiesDocument_2_0_2.getOperationsMetadata()
          Creates a class representation of the OperationsMetadata- section.
 OperationsMetadata CatalogueCapabilitiesDocument.getOperationsMetadata()
          Creates a class representation of the OperationsMetadata- section.
 

Constructors in org.deegree.ogcwebservices.csw.capabilities with parameters of type OperationsMetadata
CatalogueCapabilities(String version, String updateSequence, ServiceIdentification serviceIdentification, ServiceProvider serviceProvider, OperationsMetadata operationsMetadata, Contents contents, FilterCapabilities filterCapabilities)
          Generates a new CatalogCapabilities instance from the given parameters.
CatalogueCapabilities(String version, String updateSequence, ServiceIdentification serviceIdentification, ServiceProvider serviceProvider, OperationsMetadata operationsMetadata, Contents contents, FilterCapabilities filterCapabilities, EBRIMCapabilities ebrimCaps)
          Generates a new CatalogCapabilities instance from the given parameters.
 

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

Constructors in org.deegree.ogcwebservices.csw.configuration with parameters of type OperationsMetadata
CatalogueConfiguration(String version, String updateSequence, ServiceIdentification serviceIdentification, ServiceProvider serviceProvider, OperationsMetadata operationsMetadata, Contents contents, FilterCapabilities filterCapabilities, CatalogueDeegreeParams catalogDeegreeParams, URL systemId)
          Generates a new CatalogConfiguration instance from the given parameters.
CatalogueConfiguration(String version, String updateSequence, ServiceIdentification serviceIdentification, ServiceProvider serviceProvider, OperationsMetadata operationsMetadata, Contents contents, FilterCapabilities filterCapabilities, CatalogueDeegreeParams catalogDeegreeParams, URL systemId, EBRIMCapabilities ebrimCaps)
          Generates a new CatalogConfiguration instance from the given parameters.
 

Uses of OperationsMetadata in org.deegree.ogcwebservices.getcapabilities
 

Methods in org.deegree.ogcwebservices.getcapabilities that return OperationsMetadata
 OperationsMetadata Capability.getOperations()
           
protected abstract  OperationsMetadata OGCStandardCapabilitiesDocument.parseOperations(Element element, URI namespaceURI)
          creates a Request object (instance of WCSCapabilityRequest) from the passed element encapsulating the Request part of the WCS Capabiliy section
 

Methods in org.deegree.ogcwebservices.getcapabilities with parameters of type OperationsMetadata
 void Capability.setOperations(OperationsMetadata operations)
           
 

Constructors in org.deegree.ogcwebservices.getcapabilities with parameters of type OperationsMetadata
Capability(OperationsMetadata operations, ExceptionFormat exception, Object vendorSpecificCapabilities)
           
Capability(String version, String updateSequence, OperationsMetadata operations, ExceptionFormat exception, Object vendorSpecificCapabilities)
           
 

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

Subclasses of OperationsMetadata in org.deegree.ogcwebservices.sos.capabilities
 class SOSOperationsMetadata
          Describe the OWS OperationsMetadata, is a part of the SCS Capabilities
 

Methods in org.deegree.ogcwebservices.sos.capabilities that return OperationsMetadata
 OperationsMetadata CapabilitiesDocument.getOperationsMetadata()
          getOperationsMetadata
 

Constructors in org.deegree.ogcwebservices.sos.capabilities with parameters of type OperationsMetadata
SOSCapabilities(String version, String updateSequence, ServiceIdentification serviceIdentification, ServiceProvider serviceProvider, OperationsMetadata operationsMetadata, Contents contents, ArrayList<Platform> platformList, ArrayList<Sensor> sensorList)
           
 

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

Constructors in org.deegree.ogcwebservices.sos.configuration with parameters of type OperationsMetadata
SOSConfiguration(SOSDeegreeParams sosDeegreeParams, ArrayList sensorList, ArrayList platformList, OperationsMetadata operationsMetadata, ServiceProvider serviceProvider, ServiceIdentification serviceIdentification, String updateSequence, String version, Contents contents)
           
 

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

Subclasses of OperationsMetadata in org.deegree.ogcwebservices.wass.common
 class OperationsMetadata_1_0
          Encapsulated data: OperationsMetadata Namespace: http://www.opengis.net/ows
 

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

Subclasses of OperationsMetadata in org.deegree.ogcwebservices.wcs.getcapabilities
 class WCSCapabilityOperations
           
 

Methods in org.deegree.ogcwebservices.wcs.getcapabilities that return OperationsMetadata
protected  OperationsMetadata WCSCapabilitiesDocument.parseOperations(Element element, URI namespaceURI)
          creates a Request object (instance of WCSCapabilityRequest) from the passed element encapsulating the Request part of the WCS Capabiliy section
 

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

Subclasses of OperationsMetadata in org.deegree.ogcwebservices.wfs.capabilities
 class WFSOperationsMetadata
          Represents the OperationMetadata part in the capabilities document of a WFS according to the Web Feature Service Implementation Specification 1.1.0.
 

Methods in org.deegree.ogcwebservices.wfs.capabilities that return OperationsMetadata
 OperationsMetadata WFSCapabilitiesDocument_1_0_0.getCapability()
          Creates an object representation of the wfs:Capability section.
 OperationsMetadata WFSCapabilitiesDocument_1_1_0.getOperationsMetadata()
          Creates an object representation of the ows:OperationsMetadata section.
 

Constructors in org.deegree.ogcwebservices.wfs.capabilities with parameters of type OperationsMetadata
WFSCapabilities(String version, String updateSequence, ServiceIdentification serviceIdentification, ServiceProvider serviceProvider, OperationsMetadata operationsMetadata, FeatureTypeList featureTypeList, GMLObject[] servesGMLObjectTypeList, GMLObject[] supportsGMLObjectTypeList, Contents contents, FilterCapabilities filterCapabilities)
          Generates a new WFSCapabilities instance from the given parameters.
 

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

Methods in org.deegree.ogcwebservices.wfs.configuration that return OperationsMetadata
 OperationsMetadata WFSConfigurationDocument.getOperationsMetadata(URL defaultUrlGet, URL defaultUrlPost)
          Creates an object representation of the ows:OperationsMetadata section.
 

Constructors in org.deegree.ogcwebservices.wfs.configuration with parameters of type OperationsMetadata
WFSConfiguration(String version, String updateSequence, ServiceIdentification serviceIdentification, ServiceProvider serviceProvider, OperationsMetadata operationsMetadata, FeatureTypeList featureTypeList, GMLObject[] servesGMLObjectTypeList, GMLObject[] supportsGMLObjectTypeList, Contents contents, FilterCapabilities filterCapabilities, WFSDeegreeParams deegreeParams)
          Generates a new WFSConfiguration instance from the given parameters.
 

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

Subclasses of OperationsMetadata in org.deegree.ogcwebservices.wmps.capabilities
 class WMPSOperationsMetadata
          Represents the OperationMetadata part in the capabilities document of a WMPS.
 

Methods in org.deegree.ogcwebservices.wmps.capabilities that return OperationsMetadata
 OperationsMetadata WMPSCapabilities.getOperationMetadata()
          returns metadata about the offered access methods like PrintMap or GetCapabiliites
protected  OperationsMetadata WMPSCapabilitiesDocument.parseOperationsMetadata()
          returns the services capabilitiy read from the WMPS capabilities file
 

Methods in org.deegree.ogcwebservices.wmps.capabilities with parameters of type OperationsMetadata
 void WMPSCapabilities.setOperationMetadata(OperationsMetadata operationMetadata)
          sets metadata for the offered access methods like PrintMap or GetCapabiliites
 

Constructors in org.deegree.ogcwebservices.wmps.capabilities with parameters of type OperationsMetadata
WMPSCapabilities(String version, ServiceIdentification serviceIdentification, ServiceProvider serviceProvider, UserDefinedSymbolization userDefinedSymbolization, OperationsMetadata metadata, Layer layer)
          Constructor initializing the class with the WMPSCapabilities
 

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

Constructors in org.deegree.ogcwebservices.wmps.configuration with parameters of type OperationsMetadata
WMPSConfiguration(String version, ServiceIdentification serviceIdentification, ServiceProvider serviceProvider, UserDefinedSymbolization userDefinedSymbolization, OperationsMetadata metadata, Layer layer, WMPSDeegreeParams deegreeParams, URL baseURL)
          Generates a new WFSConfiguration instance from the given parameters.
 

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

Subclasses of OperationsMetadata in org.deegree.ogcwebservices.wms.capabilities
 class WMSOperationsMetadata
          Represents the OperationMetadata part in the capabilities document of a WFS according to the Web Feature Service Implementation Specification 1.1.0.
 

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

Subclasses of OperationsMetadata in org.deegree.ogcwebservices.wps.capabilities
 class WPSOperationsMetadata
          WPSOperationsMetadata.java Created on 08.03.2006. 19:26:51h Metadata about the operations and related abilities specified by this service and implemented by this server, including the URLs for operation requests.
 

Methods in org.deegree.ogcwebservices.wps.capabilities that return OperationsMetadata
 OperationsMetadata WPSCapabilitiesDocument.getOperationsMetadata()
          Creates an object representation of the ows:OperationsMetadata section.
 

Constructors in org.deegree.ogcwebservices.wps.capabilities with parameters of type OperationsMetadata
WPSCapabilities(String version, String updateSequence, ServiceIdentification serviceIdentification, ServiceProvider serviceProvider, OperationsMetadata operationsMetadata, Contents contents)
           
 

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

Constructors in org.deegree.ogcwebservices.wps.configuration with parameters of type OperationsMetadata
WPSConfiguration(String version, String updateSequence, ServiceIdentification serviceIdentification, ServiceProvider serviceProvider, OperationsMetadata operationsMetadata, Contents contents, WPSDeegreeParams wpsDeegreeParams)
          Constructor initializes WPSConfiguration from passed parameters
 

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

Subclasses of OperationsMetadata in org.deegree.ogcwebservices.wpvs.capabilities
 class WPVSOperationsMetadata
          FIXME check spec number!
 

Methods in org.deegree.ogcwebservices.wpvs.capabilities that return OperationsMetadata
protected  OperationsMetadata WPVSCapabilitiesDocument.parseOperationsMetadata(OnlineResource defaultOnlineResource)
          Creates and returns a new OperationsMetadata object.
 

Constructors in org.deegree.ogcwebservices.wpvs.capabilities with parameters of type OperationsMetadata
WPVSCapabilities(String version, String updateSequence, ServiceIdentification serviceIdentification, ServiceProvider serviceProvider, OperationsMetadata operationsMetadata, Contents contents, Dataset dataset)
          Creates a new wpvsCapabilities object from the given parameters.
 

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

Constructors in org.deegree.ogcwebservices.wpvs.configuration with parameters of type OperationsMetadata
WPVSConfiguration(String version, String updateSequence, ServiceIdentification serviceIdentification, ServiceProvider serviceProvider, OperationsMetadata operationsMetadata, Contents contents, Dataset dataset, WPVSDeegreeParams wpvsParams, double smallestMinimalScaleDenomiator)
           
 

Uses of OperationsMetadata in org.deegree.owscommon
 

Methods in org.deegree.owscommon that return OperationsMetadata
 OperationsMetadata OWSCommonCapabilities.getOperationsMetadata()
           
 

Methods in org.deegree.owscommon with parameters of type OperationsMetadata
protected static void XMLFactory.appendOperationsMetadata(Element root, OperationsMetadata operationsMetadata)
          Appends the DOM representation of the OperationsMetadata- section to the passed Element .
 void OWSCommonCapabilities.setOperationsMetadata(OperationsMetadata operationsMetadata)
           
 

Constructors in org.deegree.owscommon with parameters of type OperationsMetadata
OWSCommonCapabilities(String version, String updateSequence, ServiceIdentification serviceIdentification, ServiceProvider serviceProvider, OperationsMetadata operationsMetadata, Contents contents)
          Constructor to be used from the implementing subclasses.
 


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