org.deegree.services.wms.controller.ops
Class GetLegendGraphic

java.lang.Object
  extended by org.deegree.services.wms.controller.ops.GetLegendGraphic

public class GetLegendGraphic
extends Object

GetLegendGraphic

Version:
$Revision: 31688 $, $Date: 2011-08-30 15:05:12 +0200 (Tue, 30 Aug 2011) $
Author:
Andreas Schmitz, last edited by: $Author: mschneider $

Constructor Summary
GetLegendGraphic(Map<String,String> map, MapService service)
           
 
Method Summary
 String getFormat()
           
 int getHeight()
           
 LegendOptions getLegendOptions()
           
 Style getStyle()
           
 int getWidth()
           
 void setHeight(int h)
           
 void setWidth(int w)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetLegendGraphic

public GetLegendGraphic(Map<String,String> map,
                        MapService service)
                 throws OWSException
Parameters:
map -
service -
Throws:
OWSException
Method Detail

getStyle

public Style getStyle()
Returns:
the style selected by the request

getFormat

public String getFormat()
Returns:
the image format

getWidth

public int getWidth()
Returns:
the desired width

getHeight

public int getHeight()
Returns:
the desired height

setWidth

public void setWidth(int w)
Parameters:
w -

setHeight

public void setHeight(int h)
Parameters:
h -

getLegendOptions

public LegendOptions getLegendOptions()
Returns:
the legend options


Copyright © 2011. All Rights Reserved.