Package org.geotools.ows.wms.xml
Class LogoURL
- Object
-
- LogoURL
-
public class LogoURL extends Object
This class is used for representing the LogoURL element inside the Attribution element of a Layer when parsing a GetCapabilities response.- Author:
- Nicola Lagomarsini GeoSolutions S.A.S.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFormat()intgetHeight()URLgetOnlineResource()intgetWidth()voidsetFormat(String format)voidsetHeight(int height)voidsetOnlineResource(URL onlineResource)voidsetWidth(int width)StringtoString()
-
-
-
Method Detail
-
getFormat
public String getFormat()
-
setFormat
public void setFormat(String format)
-
getOnlineResource
public URL getOnlineResource()
-
setOnlineResource
public void setOnlineResource(URL onlineResource)
-
getWidth
public int getWidth()
-
setWidth
public void setWidth(int width)
-
getHeight
public int getHeight()
-
setHeight
public void setHeight(int height)
-
-