org.deegree.services.wms.capabilities
Interface LegendURL

All Superinterfaces:
BaseURL
All Known Implementing Classes:
LegendURL_Impl

public interface LegendURL
extends BaseURL

A Map Server may use zero or more LegendURL elements to provide an image(s) of a legend relevant to each Style of a Layer. The Format element indicates the MIME type of the legend. Width and height attributes are provided to assist client applications in laying out space to display the legend.

----------------------------------------------------------------------

Version:
2002-03-08
Author:
Andreas Poth

Method Summary
 int getHeight()
          returns the height of the legend image
 int getWidth()
          returns the width of the legend image
 
Methods inherited from interface org.deegree.ogcbasic.BaseURL
getFormat, getOnlineResource
 

Method Detail

getWidth

public int getWidth()
returns the width of the legend image


getHeight

public int getHeight()
returns the height of the legend image