|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.moximedia.ows.wms.capabilities.OnlineResource
Implementation of WMS online resource. Used when parsing WMS capabilities responses to save the useful properties contained in the online resource sections of the response.
| Field Summary | |
java.lang.String |
href
The URL of the online resource. |
| Constructor Summary | |
OnlineResource()
Creates a new instance |
|
| Method Summary | |
void |
setXmlAttribute(java.lang.String path,
java.lang.String tag,
java.lang.String name,
java.lang.String value)
Sets one of the attributes of this object using a string value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public java.lang.String href
| Constructor Detail |
public OnlineResource()
| Method Detail |
public void setXmlAttribute(java.lang.String path,
java.lang.String tag,
java.lang.String name,
java.lang.String value)
path - The full element tag.tag - The element tag containing this attribute.name - The attribute name.value - The attribute value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||