com.maryanovsky.map.client.opengis.wms
Class Capabilities.Layer.Attribution

java.lang.Object
  extended by com.maryanovsky.map.client.opengis.wms.Capabilities.Layer.Attribution
Enclosing class:
Capabilities.Layer

public static final class Capabilities.Layer.Attribution
extends Object

Encapsulates the Attribution of a layer.


Method Summary
 Capabilities.ImageUrl getLogoUrl()
          Returns the URL of the provider's logo; may be null.
 String getTitle()
          Returns a short description of the provider; may be null.
 String getUrl()
          Returns the URL of the provider; may be null.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTitle

public String getTitle()
Returns a short description of the provider; may be null.


getUrl

public String getUrl()
Returns the URL of the provider; may be null.


getLogoUrl

public Capabilities.ImageUrl getLogoUrl()
Returns the URL of the provider's logo; may be null.