Uses of Interface
org.deegree.services.wms.capabilities.Operation

Packages that use Operation
org.deegree_impl.services.wms.capabilities   
org.deegree.services.wms.capabilities   
 

Uses of Operation in org.deegree_impl.services.wms.capabilities
 

Classes in org.deegree_impl.services.wms.capabilities that implement Operation
(package private)  class Operation_Impl
          The interface defines the differt types of operations that may be performed by a map server, their access addresses and formats.
 

Methods in org.deegree_impl.services.wms.capabilities that return Operation
 Operation Request_Impl.getOperation(int operationKey)
          returns the operation identified by the submitted key.
 Operation Request_Impl.getOperation(java.lang.String operationName)
          returns the operation identified by the submitted operation name.
protected  Operation OGCWMSCapabilitiesFactory.createOperation(org.w3c.dom.Element element)
          Creates an Operation-instance according to the contents of the DOM-subtree starting at the given Element.
protected  Operation DeegreeWMSCapabilitiesFactory.createOperation(org.w3c.dom.Element element)
          Creates an Operation-instance according to the contents of the DOM-subtree starting at the given Element.
private  Operation DeegreeWMSCapabilitiesFactory.createGetMap()
          Creates the default 'GetMap'-Operation to be used if it not defined.
private  Operation DeegreeWMSCapabilitiesFactory.createGetFeatureInfo()
          Creates the default 'GetFeatureInfo'-Operation to be used if it not defined in the capabilities-document.
private  Operation DeegreeWMSCapabilitiesFactory.createGetCapabilities()
          Creates the default 'GetCapabilities'-Operation to be used if it not defined in the capabilities-document.
 

Methods in org.deegree_impl.services.wms.capabilities with parameters of type Operation
 void Request_Impl.addOperation(Operation operation)
          adds a operation to the request
 

Constructors in org.deegree_impl.services.wms.capabilities with parameters of type Operation
Request_Impl(Operation[] operations)
          default constructor
 

Uses of Operation in org.deegree.services.wms.capabilities
 

Methods in org.deegree.services.wms.capabilities that return Operation
 Operation Request.getOperation(int operationKey)
          returns the operation identified by the submitted key.
 Operation Request.getOperation(java.lang.String operationName)
          returns the operation identified by the submitted operation name.
 

Methods in org.deegree.services.wms.capabilities with parameters of type Operation
 void Request.addOperation(Operation operation)
          adds a operation to the request