org.deegree.services.wms.capabilities
Interface Request

All Known Implementing Classes:
Request_Impl

public interface Request

the interface describes the acces to the available WMS operations. GetMap and GetCapabilities are mandatory. GetFeatureInfo, DescribeLayer, GetLegendGraphic, getStyles and PutStyles are optional.

----------------------------------------------------------------------

Version:
2002-03-01
Author:
Andreas Poth

Method Summary
 void addOperation(Operation operation)
          adds a operation to the request
 Operation getOperation(int operationKey)
          returns the operation identified by the submitted key.
 Operation getOperation(java.lang.String operationName)
          returns the operation identified by the submitted operation name.
 

Method Detail

getOperation

public Operation getOperation(int operationKey)
returns the operation identified by the submitted key. If the WMS doesn't support the desired operation null will be returned.


getOperation

public Operation getOperation(java.lang.String operationName)
returns the operation identified by the submitted operation name. If the WMS doesn't support the desired operation null will be returned.


addOperation

public void addOperation(Operation operation)
adds a operation to the request