|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.maryanovsky.map.client.opengis.wms.Capabilities.UrlWithFormat
public static class Capabilities.UrlWithFormat
The base class for various classes which specify a URL and the format (mime-type) of the document at that URL.
Constructor Summary | |
---|---|
protected |
Capabilities.UrlWithFormat(Element element)
Creates a new Capabilities.UrlWithFormat object from the element that
defines it. |
Method Summary | |
---|---|
String |
getFormat()
Returns the format (mime-type) of the document at the URL. |
String |
getUrl()
Returns the URL of the document. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected Capabilities.UrlWithFormat(Element element) throws ParseException
Capabilities.UrlWithFormat
object from the element that
defines it. The element must have Format
and
OnlineResource
child elements.
ParseException
Method Detail |
---|
public final String getUrl()
public final String getFormat()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |