Class WMSLogoURL

  • All Implemented Interfaces:
    XMLEventParser

    public class WMSLogoURL
    extends WMSLayerInfoURL
    Parses a WMS layer LogoURL element. Also used for WMS layer LegendURL elements.
    • Field Detail

      • width

        protected java.lang.Integer width
      • height

        protected java.lang.Integer height
    • Constructor Detail

      • WMSLogoURL

        public WMSLogoURL​(java.lang.String namespaceURI)
    • Method Detail

      • doParseEventAttributes

        protected void doParseEventAttributes​(XMLEventParserContext ctx,
                                              javax.xml.stream.events.XMLEvent event,
                                              java.lang.Object... args)
        Description copied from class: AbstractXMLEventParser
        Parse an event's attributes.
        Overrides:
        doParseEventAttributes in class WMSLayerInfoURL
        Parameters:
        ctx - a current parser context.
        event - the event to parse.
        args - an optional list of arguments that may by used by subclasses.
      • getWidth

        public java.lang.Integer getWidth()
      • setWidth

        protected void setWidth​(java.lang.Integer width)
      • getHeight

        public java.lang.Integer getHeight()
      • setHeight

        protected void setHeight​(java.lang.Integer height)