Class WMSCapabilityInformation

    • Field Detail

      • LAYER

        protected javax.xml.namespace.QName LAYER
      • requestNames

        protected java.util.List<javax.xml.namespace.QName> requestNames
    • Constructor Detail

      • WMSCapabilityInformation

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

      • allocate

        public XMLEventParser allocate​(XMLEventParserContext ctx,
                                       javax.xml.stream.events.XMLEvent event)
        Description copied from class: AbstractXMLEventParser
        Create a parser for a specified event.
        Overrides:
        allocate in class OGCCapabilityInformation
        Parameters:
        ctx - the current parser context.
        event - the event for which the parser is created. Only the event type is used; the new parser can operate on any event of that type.
        Returns:
        the new parser.
      • 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 OGCCapabilityInformation
        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.
      • setLayerCapabilities

        protected void setLayerCapabilities​(java.util.List<WMSLayerCapabilities> layerCapabilities)
      • getImageFormats

        public java.util.Set<java.lang.String> getImageFormats()