public class WMSLayerDimension extends AbstractXMLEventParser
| Modifier and Type | Field and Description | 
|---|---|
| protected Boolean | current | 
| protected String | defaultValue | 
| protected StringBuilder | dimension | 
| protected Boolean | multipleValues | 
| protected String | name | 
| protected Boolean | nearestValue | 
| protected String | units | 
| protected String | unitSymbol | 
CHARACTERS_CONTENT, fields, namespaceURI, parent| Constructor and Description | 
|---|
| WMSLayerDimension(String namespaceURI) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | doParseEventAttributes(XMLEventParserContext ctx,
                      XMLEvent event,
                      Object... args)Parse an event's attributes. | 
| protected void | doParseEventContent(XMLEventParserContext ctx,
                   XMLEvent event,
                   Object... args)Parse an event's sub-elements. | 
| String | getDefaultValue() | 
| String | getDimension() | 
| String | getName() | 
| String | getUnits() | 
| String | getUnitSymbol() | 
| Boolean | isCurrent() | 
| Boolean | isMultipleValues() | 
| Boolean | isNearestValue() | 
| protected void | setCurrent(Boolean current) | 
| protected void | setDefaultValue(String defaultValue) | 
| protected void | setMultipleValues(Boolean multipleValues) | 
| protected void | setName(String name) | 
| protected void | setNearestValue(Boolean nearestValue) | 
| protected void | setUnits(String units) | 
| protected void | setUnitSymbol(String unitSymbol) | 
allocate, doAddCharacters, doAddEventAttribute, doAddEventContent, freeResources, getAConstructor, getCharacters, getField, getField, getFields, getNamespaceURI, getParent, getRoot, hasField, hasField, hasFields, mergeFields, newInstance, overrideFields, parse, parseCharacterContent, removeField, setField, setField, setFields, setNamespaceURI, setParentprotected Boolean current
protected String defaultValue
protected StringBuilder dimension
protected Boolean multipleValues
protected String name
protected Boolean nearestValue
protected String units
protected String unitSymbol
public WMSLayerDimension(String namespaceURI)
protected void doParseEventAttributes(XMLEventParserContext ctx, XMLEvent event, Object... args)
AbstractXMLEventParserdoParseEventAttributes in class AbstractXMLEventParserctx - a current parser context.event - the event to parse.args - an optional list of arguments that may by used by subclasses.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 getDefaultValue()
public String getDimension()
public String getName()
public String getUnits()
public String getUnitSymbol()
public Boolean isCurrent()
public Boolean isMultipleValues()
public Boolean isNearestValue()
protected void setCurrent(Boolean current)
protected void setDefaultValue(String defaultValue)
protected void setMultipleValues(Boolean multipleValues)
protected void setName(String name)
protected void setNearestValue(Boolean nearestValue)
protected void setUnits(String units)
protected void setUnitSymbol(String unitSymbol)