WMSCapabilities
Web Map Service capabilities document
Description
A WMSCapabilities
object represents a Web Map Service (WMS)
capabilities document obtained from a WMS server. A capabilities document is an XML
document that contains metadata describing the geographic content offered by the
server.
Creation
You can create a WMSCapabilities
object using the
WMSCapabilities
function described here, or using the wmsinfo
function to specify a timeout. A
WMSCapabilities
is also returned from the getCapabilities
function when you have a WebMapServer
object.
Description
capabilities =
WMSCapabilities(
creates a serverURL
,capabilitiesResponse
)WMSCapabilities
object, sets the
ServerURL
property, and defines the capabilities of the
server using the XML elements in
capabilitiesResponse
.
Input Arguments
Properties
Object Functions
disp | Display properties of WMS layers or capabilities |
Examples
Version History
Introduced in R2009b