|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.vividsolutions.wms.WMService
Represents a remote WMS Service.
| Constructor Summary | |
WMService(java.lang.String serverUrl)
Constructs a WMService object from a server URL. |
|
| Method Summary | |
MapRequest |
createMapRequest()
Creates a new MapRequest object which can be used to retrieve a Map from this service. |
Capabilities |
getCapabilities()
Gets the Capabilities for this service. |
java.lang.String |
getServerUrl()
Gets the url of the map service. |
java.lang.String |
getTitle()
Gets the title of the map service. |
void |
initialize()
Connect to the service and get the capabilities. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WMService(java.lang.String serverUrl)
serverUrl - the URL of the WMS server| Method Detail |
public void initialize()
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String getServerUrl()
public java.lang.String getTitle()
public Capabilities getCapabilities()
public MapRequest createMapRequest()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||