|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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(org.w3c.dom.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(org.w3c.dom.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.getOperationsMetadata()
Creates a class representation of the OperationsMetadata - section. |
OperationsMetadata |
CatalogueCapabilitiesDocument_2_0_2.getOperationsMetadata()
Creates a class representation of the OperationsMetadata - section. |
Constructors in org.deegree.ogcwebservices.csw.capabilities with parameters of type OperationsMetadata | |
---|---|
CatalogueCapabilities(java.lang.String version,
java.lang.String updateSequence,
ServiceIdentification serviceIdentification,
ServiceProvider serviceProvider,
OperationsMetadata operationsMetadata,
Contents contents,
FilterCapabilities filterCapabilities)
Generates a new CatalogCapabilities instance from the given parameters. |
|
CatalogueCapabilities(java.lang.String version,
java.lang.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(java.lang.String version,
java.lang.String updateSequence,
ServiceIdentification serviceIdentification,
ServiceProvider serviceProvider,
OperationsMetadata operationsMetadata,
Contents contents,
FilterCapabilities filterCapabilities,
CatalogueDeegreeParams catalogDeegreeParams,
java.net.URL systemId)
Generates a new CatalogConfiguration instance from the given parameters. |
|
CatalogueConfiguration(java.lang.String version,
java.lang.String updateSequence,
ServiceIdentification serviceIdentification,
ServiceProvider serviceProvider,
OperationsMetadata operationsMetadata,
Contents contents,
FilterCapabilities filterCapabilities,
CatalogueDeegreeParams catalogDeegreeParams,
java.net.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(org.w3c.dom.Element element,
java.net.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,
java.lang.Object vendorSpecificCapabilities)
|
|
Capability(java.lang.String version,
java.lang.String updateSequence,
OperationsMetadata operations,
ExceptionFormat exception,
java.lang.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(java.lang.String version,
java.lang.String updateSequence,
ServiceIdentification serviceIdentification,
ServiceProvider serviceProvider,
OperationsMetadata operationsMetadata,
Contents contents,
java.util.ArrayList<Platform> platformList,
java.util.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,
java.util.ArrayList sensorList,
java.util.ArrayList platformList,
OperationsMetadata operationsMetadata,
ServiceProvider serviceProvider,
ServiceIdentification serviceIdentification,
java.lang.String updateSequence,
java.lang.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(org.w3c.dom.Element element,
java.net.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(java.lang.String version,
java.lang.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(java.net.URL defaultUrlGet,
java.net.URL defaultUrlPost)
Creates an object representation of the ows:OperationsMetadata section. |
Constructors in org.deegree.ogcwebservices.wfs.configuration with parameters of type OperationsMetadata | |
---|---|
WFSConfiguration(java.lang.String version,
java.lang.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(java.lang.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(java.lang.String version,
ServiceIdentification serviceIdentification,
ServiceProvider serviceProvider,
UserDefinedSymbolization userDefinedSymbolization,
OperationsMetadata metadata,
Layer layer,
WMPSDeegreeParams deegreeParams,
java.net.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(java.lang.String version,
java.lang.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(java.lang.String version,
java.lang.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(java.lang.String version,
java.lang.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(java.lang.String version,
java.lang.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(org.w3c.dom.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(java.lang.String version,
java.lang.String updateSequence,
ServiceIdentification serviceIdentification,
ServiceProvider serviceProvider,
OperationsMetadata operationsMetadata,
Contents contents)
Constructor to be used from the implementing subclasses. |
|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org