Class WCS100DescribeCoverage

    • Constructor Detail

      • WCS100DescribeCoverage

        public WCS100DescribeCoverage​(java.lang.Object docSource)
    • Method Detail

      • retrieve

        public static WCS100DescribeCoverage retrieve​(java.net.URI uri,
                                                      java.lang.String coverageName)
                                               throws java.net.URISyntaxException
        Throws:
        java.net.URISyntaxException
      • initialize

        protected void initialize()
      • createReader

        protected javax.xml.stream.XMLEventReader createReader​(java.lang.Object docSource)
      • createParserContext

        protected XMLEventParserContext createParserContext​(javax.xml.stream.XMLEventReader reader)
      • getVersion

        public java.lang.String getVersion()
        Returns the document's version number.
        Returns:
        the document's version number.
      • getUpdateSequence

        public java.lang.String getUpdateSequence()
        Returns the document's update sequence.
        Returns:
        the document's update sequence.
      • 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.
      • parse

        public WCS100DescribeCoverage parse​(java.lang.Object... args)
                                     throws javax.xml.stream.XMLStreamException
        Starts document parsing. This method initiates parsing of the XML document and returns when the full DescribeCoverage document has been parsed.
        Parameters:
        args - optional arguments to pass to parsers of sub-elements.
        Returns:
        this if parsing is successful, otherwise null.
        Throws:
        javax.xml.stream.XMLStreamException - if an exception occurs while attempting to read the event stream.