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.
-
Constructor Summary
Constructors
-
Method Summary
int
int
void
void
void
void
-
Constructor Details
-
LogoURL
public LogoURL(String format,
URL onlineResource,
int width,
int height)
-
Method Details
-
-
-
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)
-