Class WCSContents

    • Field Detail

      • supportedCRSs

        protected java.util.List<java.lang.String> supportedCRSs
      • supportedFormats

        protected java.util.List<java.lang.String> supportedFormats
    • Constructor Detail

      • WCSContents

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

      • getSupportedCRSs

        public java.util.List<java.lang.String> getSupportedCRSs()
      • getSupportedFormats

        public java.util.List<java.lang.String> getSupportedFormats()
      • getOtherSources

        public java.util.List<java.lang.String> getOtherSources()
      • 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 AbstractXMLEventParser
        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.