public class WCSContents extends AbstractXMLEventParser
Modifier and Type | Field and Description |
---|---|
protected java.util.List<WCSCoverageSummary> |
coverageSummaries |
protected java.util.List<AttributesOnlyXMLEventParser> |
otherSources |
protected java.util.List<java.lang.String> |
supportedCRSs |
protected java.util.List<java.lang.String> |
supportedFormats |
CHARACTERS_CONTENT, fields, namespaceURI, parent
Constructor and Description |
---|
WCSContents(java.lang.String namespaceURI) |
Modifier and Type | Method and Description |
---|---|
protected void |
doParseEventContent(XMLEventParserContext ctx,
javax.xml.stream.events.XMLEvent event,
java.lang.Object... args)
Parse an event's sub-elements.
|
java.util.List<WCSCoverageSummary> |
getCoverageSummaries() |
java.util.List<java.lang.String> |
getOtherSources() |
java.util.List<java.lang.String> |
getSupportedCRSs() |
java.util.List<java.lang.String> |
getSupportedFormats() |
allocate, doAddCharacters, doAddEventAttribute, doAddEventContent, doParseEventAttributes, freeResources, getAConstructor, getCharacters, getField, getField, getFields, getNamespaceURI, getParent, getRoot, hasField, hasField, hasFields, mergeFields, newInstance, overrideFields, parse, parseCharacterContent, removeField, setField, setField, setFields, setNamespaceURI, setParent
protected java.util.List<WCSCoverageSummary> coverageSummaries
protected java.util.List<AttributesOnlyXMLEventParser> otherSources
protected java.util.List<java.lang.String> supportedCRSs
protected java.util.List<java.lang.String> supportedFormats
protected void doParseEventContent(XMLEventParserContext ctx, javax.xml.stream.events.XMLEvent event, java.lang.Object... args) throws javax.xml.stream.XMLStreamException
AbstractXMLEventParser
doParseEventContent
in class AbstractXMLEventParser
ctx
- a current parser context.event
- the event to parse.args
- an optional list of arguments that may by used by subclasses.javax.xml.stream.XMLStreamException
- if an exception occurs during event-stream reading.public java.util.List<WCSCoverageSummary> getCoverageSummaries()
public java.util.List<java.lang.String> getOtherSources()
public java.util.List<java.lang.String> getSupportedCRSs()
public java.util.List<java.lang.String> getSupportedFormats()