org.deegree_impl.services.wms
Class GetScaleBarHandler

java.lang.Object
  extended byorg.deegree_impl.services.wms.GetScaleBarHandler

class GetScaleBarHandler
extends java.lang.Object

performs a GetLegendGraphic request. The capability of the deegree implementation is limited to handle requests containing a named style or using the (named) styles defined in a passed or referenced SLD. featuretype and rule are not supported yet.

Since:
1.1
Version:
$Revision: 1.1 $, 1.0. $Revision: 1.1 $, $Date: 2004/04/02 09:28:54 $
Author:
Andreas Poth, last edited by: $Author: poth $

Field Summary
private  WMSCapabilities capabilities
           
private  WMSGetScaleBarRequest request
           
 
Constructor Summary
GetScaleBarHandler(WMSCapabilities capabilities, WMSGetScaleBarRequest request)
          Creates a new GetMapHandler object.
 
Method Summary
 WMSGetScaleBarResponse performGetScaleBar()
          performs the request and returns the result of it.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

capabilities

private WMSCapabilities capabilities

request

private WMSGetScaleBarRequest request
Constructor Detail

GetScaleBarHandler

public GetScaleBarHandler(WMSCapabilities capabilities,
                          WMSGetScaleBarRequest request)
                   throws WebServiceException
Creates a new GetMapHandler object.

Parameters:
request - request to perform
Method Detail

performGetScaleBar

public WMSGetScaleBarResponse performGetScaleBar()
                                          throws WebServiceException
performs the request and returns the result of it.

Throws:
WebServiceException