Class 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.
    • Constructor Detail

      • LogoURL

        public LogoURL​(String format,
                       URL onlineResource,
                       int width,
                       int height)
    • 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)
      • toString

        public String toString()
        Overrides:
        toString in class Object