|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.moximedia.ows.wms.WmsPortalResource
Stores a named url to a WMS capabilities.
| Constructor Summary | |
WmsPortalResource()
Creates a new instance of WmsPortalResource |
|
WmsPortalResource(java.lang.String name,
java.lang.String url)
Creates a new instance of WmsPortalResource |
|
| Method Summary | |
java.lang.String |
getName()
Gets the name for the resource. |
java.lang.String |
getSrs()
Gets the srs for the resource, usually null. |
java.lang.String |
getUrl()
Gets the url for the resource. |
void |
setName(java.lang.String name)
Sets the name for the resource. |
void |
setSrs(java.lang.String srs)
Sets the srs for the resource. |
void |
setUrl(java.lang.String url)
Sets the url for the resource. |
void |
setXmlAttribute(java.lang.String element,
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 |
| Constructor Detail |
public WmsPortalResource()
public WmsPortalResource(java.lang.String name,
java.lang.String url)
name - The name of the resource.url - The complete URL to the capabilities.| Method Detail |
public void setName(java.lang.String name)
name - The name of the resource.public java.lang.String getName()
public void setSrs(java.lang.String srs)
srs - The srs of the resource.public java.lang.String getSrs()
public void setUrl(java.lang.String url)
url - The url of the resource.public java.lang.String getUrl()
public void setXmlAttribute(java.lang.String element,
java.lang.String name,
java.lang.String value)
element - The XML element tag containing this attribute.name - The XML attribute name.value - The XML attribute value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||