org.deegree.services.wms.controller.ops
Class GetLegendGraphic
java.lang.Object
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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetLegendGraphic
public GetLegendGraphic(Map<String,String> map,
MapService service)
throws OWSException
- Parameters:
map
- service
-
- Throws:
OWSException
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.