Main Content
WebMapServer
Web map server
Description
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.
Creation
Description
server = WebMapServer(serverURL)
creates a
WebMapServer
object, setting the
ServerURL
property.
Properties
Object Functions
getCapabilities | Get capabilities document from server |
getMap | Get raster map from server |
updateLayers | Update layer properties |
Examples
Version History
Introduced before R2006a