|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Operation in org.deegree.ogcwebservices.csw.capabilities |
---|
Methods in org.deegree.ogcwebservices.csw.capabilities that return Operation | |
---|---|
Operation |
CatalogueOperationsMetadata.getDescribeRecord()
|
Operation |
CatalogueOperationsMetadata.getGetDomain()
|
Operation |
CatalogueOperationsMetadata.getGetRecordById()
|
Operation |
CatalogueOperationsMetadata.getGetRecords()
|
Operation |
CatalogueOperationsMetadata.getHarvest()
|
Operation[] |
CatalogueOperationsMetadata.getOperations()
Returns all Operations . |
Operation |
CatalogueOperationsMetadata.getTransaction()
|
Methods in org.deegree.ogcwebservices.csw.capabilities with parameters of type Operation | |
---|---|
void |
CatalogueOperationsMetadata.setDescribeRecord(Operation describeRecord)
|
void |
CatalogueOperationsMetadata.setGetDomain(Operation getDomain)
|
void |
CatalogueOperationsMetadata.setGetRecordById(Operation getRecordById)
|
void |
CatalogueOperationsMetadata.setGetRecords(Operation getRecords)
|
void |
CatalogueOperationsMetadata.setHarvest(Operation harvest)
|
void |
CatalogueOperationsMetadata.setTransaction(Operation transaction)
|
Constructors in org.deegree.ogcwebservices.csw.capabilities with parameters of type Operation | |
---|---|
CatalogueOperationsMetadata(Operation getCapabilities,
Operation describeRecord,
Operation getDomain,
Operation getRecords,
Operation getRecordById,
Operation transaction,
Operation harvest,
OWSDomainType[] parameters,
OWSDomainType[] constraints)
Constructs a new CatalogOperationsMetadata from the given parameters. |
Uses of Operation in org.deegree.ogcwebservices.getcapabilities |
---|
Fields in org.deegree.ogcwebservices.getcapabilities declared as Operation | |
---|---|
protected Operation |
OperationsMetadata.getCapabilitiesOperation
|
Methods in org.deegree.ogcwebservices.getcapabilities that return Operation | |
---|---|
Operation |
OperationsMetadata.getGetCapabilitiesOperation()
|
Operation[] |
OperationsMetadata.getOperations()
|
Methods in org.deegree.ogcwebservices.getcapabilities with parameters of type Operation | |
---|---|
void |
OperationsMetadata.setGetCapabilitiesOperation(Operation getCapabilitiesOperation)
Sets the configuration for the GetCapabilities -operation. |
Constructors in org.deegree.ogcwebservices.getcapabilities with parameters of type Operation | |
---|---|
OperationsMetadata(Operation getCapabilitiesOperation,
OWSDomainType[] parameters,
OWSDomainType[] constraints)
Creates a new OperationsMetadata instance with the given configuration for the
getCapabilitiesOperation. |
Uses of Operation in org.deegree.ogcwebservices.sos.capabilities |
---|
Methods in org.deegree.ogcwebservices.sos.capabilities that return Operation | |
---|---|
Operation |
SOSOperationsMetadata.getDescribePlatform()
|
Operation |
SOSOperationsMetadata.getDescribeSensor()
|
Operation |
SOSOperationsMetadata.getGetObservation()
|
Operation[] |
SOSOperationsMetadata.getOperations()
|
Methods in org.deegree.ogcwebservices.sos.capabilities with parameters of type Operation | |
---|---|
void |
SOSOperationsMetadata.setDescribePlatform(Operation describePlatform)
|
void |
SOSOperationsMetadata.setDescribeSensor(Operation describeSensor)
|
void |
SOSOperationsMetadata.setGetObservation(Operation getObservation)
|
Constructors in org.deegree.ogcwebservices.sos.capabilities with parameters of type Operation | |
---|---|
SOSOperationsMetadata(Operation getCapabilities,
Operation describePlatform,
Operation describeSensor,
Operation getObservation)
constructor |
Uses of Operation in org.deegree.ogcwebservices.wass.common |
---|
Subclasses of Operation in org.deegree.ogcwebservices.wass.common | |
---|---|
class |
Operation_1_0
The bean for the 1.0 Operation. |
Uses of Operation in org.deegree.ogcwebservices.wcs |
---|
Methods in org.deegree.ogcwebservices.wcs with parameters of type Operation | |
---|---|
protected static void |
XMLFactory.appendOperation(java.lang.String name,
org.w3c.dom.Element root,
Operation operation)
appends a XML representation of the passed OnLineResource to the passed Element. at the moment just the first DCPType is considered because other types than HTTP are not supported yet. |
Uses of Operation in org.deegree.ogcwebservices.wcs.getcapabilities |
---|
Methods in org.deegree.ogcwebservices.wcs.getcapabilities that return Operation | |
---|---|
Operation |
WCSCapabilityOperations.getDescribeCoverageOperation()
|
Operation |
WCSCapabilityOperations.getGetCoverageOperation()
|
Methods in org.deegree.ogcwebservices.wcs.getcapabilities with parameters of type Operation | |
---|---|
void |
WCSCapabilityOperations.setDescribeCoverageOperation(Operation describeCoverageOperation)
|
void |
WCSCapabilityOperations.setGetCoverageOperation(Operation getCoverageOperation)
|
Constructors in org.deegree.ogcwebservices.wcs.getcapabilities with parameters of type Operation | |
---|---|
WCSCapabilityOperations(Operation capabilitiesOperations,
Operation describeCoverageOperation,
Operation getCoverageOperation)
|
Uses of Operation in org.deegree.ogcwebservices.wfs.capabilities |
---|
Methods in org.deegree.ogcwebservices.wfs.capabilities that return Operation | |
---|---|
Operation |
WFSOperationsMetadata.getDescribeFeatureType()
|
Operation |
WFSOperationsMetadata.getGetFeature()
|
Operation |
WFSOperationsMetadata.getGetFeatureWithLock()
|
Operation |
WFSOperationsMetadata.getGetGMLObject()
|
Operation |
WFSOperationsMetadata.getLockFeature()
|
Operation[] |
WFSOperationsMetadata.getOperations()
Returns all Operations known to the WFS. |
Operation |
WFSOperationsMetadata.getTransaction()
|
Methods in org.deegree.ogcwebservices.wfs.capabilities with parameters of type Operation | |
---|---|
void |
WFSOperationsMetadata.setDescribeFeatureType(Operation describeFeatureType)
|
void |
WFSOperationsMetadata.setGetFeature(Operation getFeature)
|
void |
WFSOperationsMetadata.setGetFeatureWithLock(Operation getFeatureWithLock)
|
void |
WFSOperationsMetadata.setGetGMLObject(Operation getGMLObject)
|
void |
WFSOperationsMetadata.setLockFeature(Operation lockFeature)
|
void |
WFSOperationsMetadata.setTransaction(Operation transaction)
|
Constructors in org.deegree.ogcwebservices.wfs.capabilities with parameters of type Operation | |
---|---|
WFSOperationsMetadata(Operation getCapabilities,
Operation describeFeatureType,
Operation getFeature,
Operation getFeatureWithLock,
Operation getGMLObject,
Operation lockFeature,
Operation transaction,
OWSDomainType[] parameters,
OWSDomainType[] constraints)
Constructs a new WFSOperationsMetadata instance from the given parameters. |
Uses of Operation in org.deegree.ogcwebservices.wfs.configuration |
---|
Methods in org.deegree.ogcwebservices.wfs.configuration that return Operation | |
---|---|
protected Operation |
WFSConfigurationDocument.getOperation(java.lang.String name,
boolean isMandatory,
java.util.Map<java.lang.String,org.w3c.dom.Element> operations,
java.net.URL defaultUrlGet,
java.net.URL defaultUrlPost)
Creates an object representation of an ows:Operation - element. |
Uses of Operation in org.deegree.ogcwebservices.wmps |
---|
Methods in org.deegree.ogcwebservices.wmps with parameters of type Operation | |
---|---|
protected static void |
XMLFactory.appendOperation(org.w3c.dom.Element root,
Operation operation)
Append Operations. |
Uses of Operation in org.deegree.ogcwebservices.wmps.capabilities |
---|
Methods in org.deegree.ogcwebservices.wmps.capabilities that return Operation | |
---|---|
Operation[] |
WMPSOperationsMetadata.getOperations()
Returns all Operations known to the WMPS. |
Operation |
WMPSOperationsMetadata.getPrintMap()
Returns the print map operation. |
protected Operation |
WMPSCapabilitiesDocument.parseOperation(org.w3c.dom.Node node)
Creates an Operation-instance according to the contents of the DOM-subtree starting at the given Node. |
Methods in org.deegree.ogcwebservices.wmps.capabilities with parameters of type Operation | |
---|---|
void |
WMPSOperationsMetadata.setPrintMap(Operation printMap)
Sets the print map operation |
Constructors in org.deegree.ogcwebservices.wmps.capabilities with parameters of type Operation | |
---|---|
WMPSOperationsMetadata(Operation getCapabilities,
Operation printMap)
Constructs a new WMPSOperationsMetadata instance from the given parameters. |
|
WMPSOperationsMetadata(Operation getCapabilities,
Operation printMap,
OWSDomainType[] parameters,
OWSDomainType[] constraints)
Constructs a new WMPSOperationsMetadata instance from the given parameters. |
Uses of Operation in org.deegree.ogcwebservices.wms.capabilities |
---|
Methods in org.deegree.ogcwebservices.wms.capabilities that return Operation | |
---|---|
Operation |
WMSOperationsMetadata.getDescribeLayer()
|
Operation |
WMSOperationsMetadata.getGetFeatureInfo()
|
Operation |
WMSOperationsMetadata.getGetLegendGraphic()
|
Operation |
WMSOperationsMetadata.getGetMap()
|
Operation |
WMSOperationsMetadata.getGetStyles()
|
Operation[] |
WMSOperationsMetadata.getOperations()
|
Operation |
WMSOperationsMetadata.getPutStyles()
|
Methods in org.deegree.ogcwebservices.wms.capabilities with parameters of type Operation | |
---|---|
void |
WMSOperationsMetadata.setDescribeLayer(Operation describeLayer)
|
void |
WMSOperationsMetadata.setGetFeatureInfo(Operation getFeatureInfo)
|
void |
WMSOperationsMetadata.setGetLegendGraphic(Operation getLegendGraphic)
|
void |
WMSOperationsMetadata.setGetMap(Operation getMap)
|
void |
WMSOperationsMetadata.setGetStyles(Operation getStyles)
|
void |
WMSOperationsMetadata.setPutStyles(Operation putStyles)
|
Constructors in org.deegree.ogcwebservices.wms.capabilities with parameters of type Operation | |
---|---|
WMSOperationsMetadata(Operation getCapabilities,
Operation getMap,
Operation getFeatureInfo,
Operation describeLayer,
Operation getLegendGraphic,
Operation getStyles,
Operation putStyles,
OWSDomainType[] parameters,
OWSDomainType[] constraints)
Constructs a new WMSOperationsMetadata instance from the
given parameters. |
Uses of Operation in org.deegree.ogcwebservices.wps.capabilities |
---|
Methods in org.deegree.ogcwebservices.wps.capabilities that return Operation | |
---|---|
Operation |
WPSOperationsMetadata.getDescribeProcess()
|
Operation |
WPSOperationsMetadata.getExecute()
|
Operation[] |
WPSOperationsMetadata.getOperations()
Returns all Operations known to the WPS. |
Methods in org.deegree.ogcwebservices.wps.capabilities with parameters of type Operation | |
---|---|
void |
WPSOperationsMetadata.setDescribeProcess(Operation describeProcess)
|
void |
WPSOperationsMetadata.setExecute(Operation execute)
|
Constructors in org.deegree.ogcwebservices.wps.capabilities with parameters of type Operation | |
---|---|
WPSOperationsMetadata(Operation getCapabilitiesOperation,
Operation describeProcess,
Operation execute,
OWSDomainType[] parameters,
OWSDomainType[] constraints)
|
Uses of Operation in org.deegree.ogcwebservices.wpvs.capabilities |
---|
Methods in org.deegree.ogcwebservices.wpvs.capabilities that return Operation | |
---|---|
Operation[] |
WPVSOperationsMetadata.getAllOperations()
Returns all Operations known to the WPVS. |
Operation |
WPVSOperationsMetadata.getGetCapabilities()
|
Operation |
WPVSOperationsMetadata.getGetDescription()
|
Operation |
WPVSOperationsMetadata.getGetLegendGraphic()
|
Operation |
WPVSOperationsMetadata.getGetView()
|
Uses of Operation in org.deegree.owscommon |
---|
Methods in org.deegree.owscommon that return Operation | |
---|---|
protected Operation |
OWSCommonCapabilitiesDocument.getOperation(java.lang.String name,
boolean isMandatory,
java.util.Map operations)
Creates a class representation of an ows:Operation - element. |
Uses of Operation in org.deegree.owscommon.com110 |
---|
Subclasses of Operation in org.deegree.owscommon.com110 | |
---|---|
class |
Operation110
TODO class description |
|
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