Class WMSServiceInformation

    • Field Detail

      • MAX_WIDTH

        protected javax.xml.namespace.QName MAX_WIDTH
      • MAX_HEIGHT

        protected javax.xml.namespace.QName MAX_HEIGHT
      • LAYER_LIMIT

        protected javax.xml.namespace.QName LAYER_LIMIT
      • maxWidth

        protected int maxWidth
      • maxHeight

        protected int maxHeight
      • layerLimit

        protected int layerLimit
    • Constructor Detail

      • WMSServiceInformation

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

      • doParseEventContent

        protected void doParseEventContent​(XMLEventParserContext ctx,
                                           javax.xml.stream.events.XMLEvent event,
                                           java.lang.Object... args)
                                    throws javax.xml.stream.XMLStreamException
        Description copied from class: AbstractXMLEventParser
        Parse an event's sub-elements.
        Overrides:
        doParseEventContent in class OGCServiceInformation
        Parameters:
        ctx - a current parser context.
        event - the event to parse.
        args - an optional list of arguments that may by used by subclasses.
        Throws:
        javax.xml.stream.XMLStreamException - if an exception occurs during event-stream reading.
      • getMaxWidth

        public int getMaxWidth()
      • setMaxWidth

        protected void setMaxWidth​(int maxWidth)
      • getMaxHeight

        public int getMaxHeight()
      • setMaxHeight

        protected void setMaxHeight​(int maxHeight)