public class WCSCoverageSummary extends AbstractXMLEventParser
| Modifier and Type | Field and Description | 
|---|---|
protected List<String> | 
abstracts  | 
protected List<OWSWGS84BoundingBox> | 
boundingBoxes  | 
protected List<WCSCoverageSummary> | 
coverageSummaries  | 
protected List<String> | 
supportedCRSs  | 
protected List<String> | 
supportedFormats  | 
protected List<String> | 
titles  | 
CHARACTERS_CONTENT, fields, namespaceURI, parent| Constructor and Description | 
|---|
WCSCoverageSummary(String namespaceURI)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
doParseEventContent(XMLEventParserContext ctx,
                   XMLEvent event,
                   Object... args)
Parse an event's sub-elements. 
 | 
String | 
getAbstract()  | 
List<String> | 
getAbstracts()  | 
OWSWGS84BoundingBox | 
getBoundingBox()  | 
List<OWSWGS84BoundingBox> | 
getBoundingBoxes()  | 
List<WCSCoverageSummary> | 
getCoverageSummaries()  | 
String | 
getIdentifier()  | 
List<String> | 
getKeywords()  | 
List<String> | 
getSupportedCRSs()  | 
List<String> | 
getSupportedFormats()  | 
String | 
getTitle()  | 
List<String> | 
getTitles()  | 
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, setParentprotected List<OWSWGS84BoundingBox> boundingBoxes
protected List<WCSCoverageSummary> coverageSummaries
public WCSCoverageSummary(String namespaceURI)
protected void doParseEventContent(XMLEventParserContext ctx, XMLEvent event, Object... args) throws XMLStreamException
AbstractXMLEventParserdoParseEventContent in class AbstractXMLEventParserctx - a current parser context.event - the event to parse.args - an optional list of arguments that may by used by subclasses.XMLStreamException - if an exception occurs during event-stream reading.public String getAbstract()
public OWSWGS84BoundingBox getBoundingBox()
public List<OWSWGS84BoundingBox> getBoundingBoxes()
public List<WCSCoverageSummary> getCoverageSummaries()
public String getIdentifier()
public String getTitle()