public class WMSServiceInformation extends OGCServiceInformation
Modifier and Type | Field and Description |
---|---|
protected javax.xml.namespace.QName |
LAYER_LIMIT |
protected int |
layerLimit |
protected javax.xml.namespace.QName |
MAX_HEIGHT |
protected javax.xml.namespace.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(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.
|
int |
getMaxHeight() |
int |
getMaxWidth() |
protected void |
setMaxHeight(int maxHeight) |
protected void |
setMaxWidth(int maxWidth) |
java.lang.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 javax.xml.namespace.QName LAYER_LIMIT
protected int layerLimit
protected javax.xml.namespace.QName MAX_HEIGHT
protected javax.xml.namespace.QName MAX_WIDTH
protected int maxHeight
protected int maxWidth
public WMSServiceInformation(java.lang.String namespaceURI)
protected void doParseEventContent(XMLEventParserContext ctx, javax.xml.stream.events.XMLEvent event, java.lang.Object... args) throws javax.xml.stream.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.javax.xml.stream.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 java.lang.String toString()
toString
in class OGCServiceInformation