wmsinfo
Read capabilities document from WMS server
Syntax
Description
reads the capabilities document capabilities
= wmsinfo(url
)capabilities
from the Web Map Service
(WMS) server URL or information request URL specified by url
. A
capabilities document is an XML document that describes the geographic content the server
offers.
The wmsinfo
function requires an internet connection. WMS servers
can periodically be unavailable. Reading the capabilities document can take several
minutes.
[
additionally returns the information request URL capabilities
,infoRequestURL
]
= wmsinfo(url
)infoRequestURL
.
Examples
Input Arguments
Output Arguments
Algorithms
The wmsinfo
function communicates with the WMS server by using a
WebMapServer
object that represents an implementation of a WMS
specification. The object acts as a proxy to the WMS server, resides physically on the client
side, accesses the capabilities document for the server, and uses the highest known WMS
version that the server supports.