org.deegree_impl.services.wms
Class GetScaleBarHandler
java.lang.Object
org.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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
capabilities
private WMSCapabilities capabilities
request
private WMSGetScaleBarRequest request
GetScaleBarHandler
public GetScaleBarHandler(WMSCapabilities capabilities,
WMSGetScaleBarRequest request)
throws WebServiceException
- Creates a new GetMapHandler object.
- Parameters:
request
- request to perform
performGetScaleBar
public WMSGetScaleBarResponse performGetScaleBar()
throws WebServiceException
- performs the request and returns the result of it.
- Throws:
WebServiceException