Class WCS100SpatialDomain

    • Field Detail

      • envelopes

        protected java.util.List<GMLEnvelope> envelopes
      • grids

        protected java.util.List<GMLGrid> grids
    • Constructor Detail

      • WCS100SpatialDomain

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

      • getEnvelopes

        public java.util.List<GMLEnvelope> getEnvelopes()
      • getRectifiedGrids

        public java.util.List<GMLRectifiedGrid> getRectifiedGrids()
      • getGrids

        public java.util.List<GMLGrid> getGrids()
      • 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.