org.deegree_impl.services.wms.protocol
Class WMSGetScaleBarResponse_Impl
java.lang.Object
org.deegree_impl.services.OGCWebServiceResponse_Impl
org.deegree_impl.services.wms.protocol.WMSGetScaleBarResponse_Impl
- All Implemented Interfaces:
- OGCWebServiceResponse, WMSGetScaleBarResponse
- public class WMSGetScaleBarResponse_Impl
- extends OGCWebServiceResponse_Impl
- implements WMSGetScaleBarResponse
interface defining the access to the response of the deegree specific WMS
request GetScaleBar
- Version:
- $Revision: 1.4 $
- Author:
- Andreas Poth, Jeronimo Wanhoff
Field Summary |
private java.lang.Object |
sBar
|
Method Summary |
java.lang.Object |
getScaleBar()
returns the graphic representation of the requested scale bar. |
void |
setScaleBar(java.lang.Object scaleBar)
sets the graphic representation of the requested scale bar. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
sBar
private java.lang.Object sBar
WMSGetScaleBarResponse_Impl
WMSGetScaleBarResponse_Impl(WMSGetScaleBarRequest request,
org.w3c.dom.Document exception)
- Constructor for this Response
- Parameters:
request
- exception
-
WMSGetScaleBarResponse_Impl
WMSGetScaleBarResponse_Impl(WMSGetScaleBarRequest request,
java.lang.Object scaleBar)
- Constructor for this Response
- Parameters:
request
- scaleBar
-
setScaleBar
public void setScaleBar(java.lang.Object scaleBar)
- sets the graphic representation of the requested scale bar.
- Parameters:
scaleBar
- scale bar Object
getScaleBar
public java.lang.Object getScaleBar()
- returns the graphic representation of the requested scale bar.
- Specified by:
getScaleBar
in interface WMSGetScaleBarResponse
- Returns:
- scale bar