org.deegree_impl.services.wms.capabilities
Class LogoURL_Impl

java.lang.Object
  extended byorg.deegree_impl.ogcbasic.BaseURL_Impl
      extended byorg.deegree_impl.ogcbasic.ImageURL
          extended byorg.deegree_impl.services.wms.capabilities.LogoURL_Impl
All Implemented Interfaces:
BaseURL, LogoURL, Marshallable

class LogoURL_Impl
extends ImageURL
implements LogoURL, Marshallable

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:
$Revision: 1.9 $
Author:
Katharina Lupp, Markus Schneider

Field Summary
 
Fields inherited from class org.deegree_impl.ogcbasic.ImageURL
 
Fields inherited from class org.deegree_impl.ogcbasic.BaseURL_Impl
 
Constructor Summary
(package private) LogoURL_Impl(int width, int height, java.lang.String format, java.net.URL onlineResource)
          constructor initializing the class with the
 
Method Summary
 java.lang.String exportAsXML()
          Returns an XML representation of this object.
 
Methods inherited from class org.deegree_impl.ogcbasic.ImageURL
getHeight, getWidth, setHeight, setWidth, toString
 
Methods inherited from class org.deegree_impl.ogcbasic.BaseURL_Impl
getFormat, getOnlineResource, setFormat, setOnlineResource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.deegree.services.wms.capabilities.LogoURL
getHeight, getWidth
 
Methods inherited from interface org.deegree.ogcbasic.BaseURL
getFormat, getOnlineResource
 

Constructor Detail

LogoURL_Impl

LogoURL_Impl(int width,
             int height,
             java.lang.String format,
             java.net.URL onlineResource)
constructor initializing the class with the

Method Detail

exportAsXML

public java.lang.String exportAsXML()
Returns an XML representation of this object.

Specified by:
exportAsXML in interface Marshallable
Returns:
XML-representation of this object