public class WCS100RangeSet extends AbstractXMLEventParser
Modifier and Type | Field and Description |
---|---|
protected List<WCS100AxisDescriptionHolder> |
axisDescriptions |
CHARACTERS_CONTENT, fields, namespaceURI, parent
Constructor and Description |
---|
WCS100RangeSet(String namespaceURI) |
Modifier and Type | Method and Description |
---|---|
protected void |
doParseEventContent(XMLEventParserContext ctx,
XMLEvent event,
Object... args)
Parse an event's sub-elements.
|
List<WCS100AxisDescriptionHolder> |
getAxisDescriptions() |
String |
getDescription() |
String |
getLabel() |
WCS100MetadataLink |
getMetadataLink() |
String |
getName() |
WCS100Values |
getNullValues() |
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 List<WCS100AxisDescriptionHolder> axisDescriptions
public WCS100RangeSet(String namespaceURI)
protected void doParseEventContent(XMLEventParserContext ctx, XMLEvent event, Object... args) throws 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.XMLStreamException
- if an exception occurs during event-stream reading.public List<WCS100AxisDescriptionHolder> getAxisDescriptions()
public String getDescription()
public String getLabel()
public WCS100MetadataLink getMetadataLink()
public String getName()
public WCS100Values getNullValues()