org.deegree.services.wms.protocol
Interface WMSGetLegendGraphicRequest

All Superinterfaces:
OGCWebServiceRequest
All Known Implementing Classes:
WMSGetLegendGraphicRequest_Impl

public interface WMSGetLegendGraphicRequest
extends OGCWebServiceRequest

Since:
1.0
Version:
$Revision: 1.5 $, 1.0. $Revision: 1.5 $, $Date: 2004/03/30 07:10:13 $
Author:
Andreas Poth, last edited by: $Author: poth $

Method Summary
 java.lang.String getExceptions()
          This gives the MIME type of the format in which to return exceptions.
 java.lang.String getFeatureType()
           
 java.lang.String getFormat()
           
 int getHeight()
          This gives a hint for the height of the returned graphic in pixels.
 java.lang.String getLayer()
           
 java.lang.String getRule()
           
 double getScale()
           
 java.lang.String getSLD_Body()
           
 java.net.URL getSLD()
           
 java.lang.String getStyle()
           
 int getWidth()
          This gives a hint for the width of the returned graphic in pixels.
 
Methods inherited from interface org.deegree.services.OGCWebServiceRequest
getId, getRequest, getRequestParameter, getService, getVendorSpecificParameter, getVendorSpecificParameters, getVersion
 

Method Detail

getLayer

public java.lang.String getLayer()
Returns:

getStyle

public java.lang.String getStyle()
Returns:

getFeatureType

public java.lang.String getFeatureType()
Returns:

getRule

public java.lang.String getRule()
Returns:

getScale

public double getScale()
Returns:

getSLD

public java.net.URL getSLD()
Returns:

getSLD_Body

public java.lang.String getSLD_Body()
Returns:

getFormat

public java.lang.String getFormat()
Returns:

getWidth

public int getWidth()
This gives a hint for the width of the returned graphic in pixels. Vector-graphics can use this value as a hint for the level of detail to include.


getHeight

public int getHeight()
This gives a hint for the height of the returned graphic in pixels. Vector-graphics can use this value as a hint for the level of detail to include.


getExceptions

public java.lang.String getExceptions()
This gives the MIME type of the format in which to return exceptions. Allowed values are the same as for the EXCEPTIONS= parameter of the WMS GetMap request.