|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogoURL | |
org.deegree_impl.services.wms.capabilities | |
org.deegree.services.wms.capabilities |
Uses of LogoURL in org.deegree_impl.services.wms.capabilities |
Classes in org.deegree_impl.services.wms.capabilities that implement LogoURL | |
(package private) class |
LogoURL_Impl
The LogoURL is part of the attribution that indicates the provider of a Layer or collection of Layers. |
Fields in org.deegree_impl.services.wms.capabilities declared as LogoURL | |
private LogoURL |
Attribution_Impl.logoURL
|
Methods in org.deegree_impl.services.wms.capabilities that return LogoURL | |
protected LogoURL |
OGCWMSCapabilitiesFactory.createLogoURL(org.w3c.dom.Element element)
Creates a LogoURL-instance according to the contents of the DOM-subtree starting at the given 'LogoURL'-Element. |
LogoURL |
Attribution_Impl.getLogoURL()
returns the URL of a logo image |
Methods in org.deegree_impl.services.wms.capabilities with parameters of type LogoURL | |
void |
Attribution_Impl.setLogoURL(LogoURL logoURL)
sets the URL of a logo image |
Constructors in org.deegree_impl.services.wms.capabilities with parameters of type LogoURL | |
Attribution_Impl(java.lang.String title,
java.net.URL onlineResource,
LogoURL logoURL)
constructor initializing the class with the attributes |
Uses of LogoURL in org.deegree.services.wms.capabilities |
Methods in org.deegree.services.wms.capabilities that return LogoURL | |
LogoURL |
Attribution.getLogoURL()
returns the URL of a logo image |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |