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 String
getFormat()
int
getHeight()
URL
getOnlineResource()
int
getWidth()
void
setFormat(String format)
void
setHeight(int height)
void
setOnlineResource(URL onlineResource)
void
setWidth(int width)
String
toString()
-
-
-
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)
-
-