org.deegree_impl.services.wms.capabilities
Class LogoURL_Impl
java.lang.Object
org.deegree_impl.ogcbasic.BaseURL_Impl
org.deegree_impl.ogcbasic.ImageURL
org.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
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LogoURL_Impl
LogoURL_Impl(int width,
int height,
java.lang.String format,
java.net.URL onlineResource)
- constructor initializing the class with the
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