public class WMSServiceInformation extends OGCServiceInformation
Modifier and Type | Field and Description |
---|---|
protected QName |
LAYER_LIMIT |
protected int |
layerLimit |
protected QName |
MAX_HEIGHT |
protected QName |
MAX_WIDTH |
protected int |
maxHeight |
protected int |
maxWidth |
ABSTRACT, ACCESS_CONSTRAINTS, accessConstraints, CONTACT_INFORMATION, contactInformation, fees, FEES, KEYWORD, KEYWORD_LIST, keywords, NAME, ONLINE_RESOURCE, onlineResource, serviceAbstract, serviceName, serviceTitle, TITLE
CHARACTERS_CONTENT, fields, namespaceURI, parent
Constructor and Description |
---|
WMSServiceInformation(String namespaceURI) |
Modifier and Type | Method and Description |
---|---|
protected void |
doParseEventContent(XMLEventParserContext ctx,
XMLEvent event,
Object... args)
Parse an event's sub-elements.
|
int |
getMaxHeight() |
int |
getMaxWidth() |
protected void |
setMaxHeight(int maxHeight) |
protected void |
setMaxWidth(int maxWidth) |
String |
toString() |
allocate, getAccessConstraints, getContactInformation, getFees, getKeywords, getOnlineResource, getServiceAbstract, getServiceName, getServiceTitle, keywordsToString, setAccessConstraints, setContactInformation, setFees, setKeywords, setOnlineResource, setServiceAbstract, setServiceName, setServiceTitle
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 QName LAYER_LIMIT
protected int layerLimit
protected QName MAX_HEIGHT
protected QName MAX_WIDTH
protected int maxHeight
protected int maxWidth
public WMSServiceInformation(String namespaceURI)
protected void doParseEventContent(XMLEventParserContext ctx, XMLEvent event, Object... args) throws XMLStreamException
AbstractXMLEventParser
doParseEventContent
in class OGCServiceInformation
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 int getMaxHeight()
public int getMaxWidth()
protected void setMaxHeight(int maxHeight)
protected void setMaxWidth(int maxWidth)
public String toString()
toString
in class OGCServiceInformation