org.deegree.services.wms.capabilities
Interface LogoURL

All Superinterfaces:
BaseURL
All Known Implementing Classes:
LogoURL_Impl

public interface LogoURL
extends BaseURL

The LogoURL is part of the attribution that indicates the provider of a Layer or collection of Layers. The logo image's width and height assist client applications in laying out space to display the logo.

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

Version:
2002-03-08
Author:
Andreas Poth

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

Method Detail

getWidth

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


getHeight

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