Web map server
A WebMapServer
object represents a Web Map Service (WMS)
and acts as a proxy to a WMS server.
The WebMapServer
object resides physically on the client side. The
object can access the capabilities document on the WMS server and perform requests to
obtain maps. It supports multiple WMS versions and negotiates with the server
automatically to use the highest known version that the server can support.
server = WebMapServer(serverURL)
creates a
WebMapServer
object, setting the
ServerURL
property.
getCapabilities | Get capabilities document from server |
getMap | Get raster map from server |
updateLayers | Update layer properties |