org.deegree_impl.services.wms.protocol
Class WMSGetScaleBarResponse_Impl

java.lang.Object
  extended byorg.deegree_impl.services.OGCWebServiceResponse_Impl
      extended byorg.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
           
 
Fields inherited from class org.deegree_impl.services.OGCWebServiceResponse_Impl
 
Constructor Summary
(package private) WMSGetScaleBarResponse_Impl(WMSGetScaleBarRequest request, org.w3c.dom.Document exception)
          Constructor for this Response
(package private) WMSGetScaleBarResponse_Impl(WMSGetScaleBarRequest request, java.lang.Object scaleBar)
          Constructor for this Response
 
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 org.deegree_impl.services.OGCWebServiceResponse_Impl
getException, getRequest, setException, setRequest, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.deegree.services.OGCWebServiceResponse
getException, getRequest, setException, setRequest
 

Field Detail

sBar

private java.lang.Object sBar
Constructor Detail

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 -
Method Detail

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