new WMSCapabilities
Parameters:
| Name | Type | Argument | Description |
|---|---|---|---|
options |
Object= |
<optional> |
(Optional) Options which will be set on this object. |
- Source:
- wmscapabilities.js, line 40
Extends
Methods
-
getParser
-
Parameters:
Name Type Description versionstring the version to use. - Inherited From:
- Source:
- versioned.js, line 59
Returns:
the parser to use.- Type
- Object
-
getVersion
-
Parameters:
Name Type Argument Description rootElement root element. optionsObject= <optional>
(Optional) optional configuration object. - Inherited From:
- Source:
- versioned.js, line 35
Returns:
the version to use.- Type
- string
-
read
-
Parameters:
Name Type Argument Description datastring | Document Data to read. optionsObject= <optional>
(Optional) Options for the reader. - Inherited From:
- Source:
- versioned.js, line 105
Returns:
An object representing the document.- Type
- Object
-
write
-
Write a document.
Parameters:
Name Type Argument Description objObject An object representing the document. optionsObject= <optional>
(Optional) Optional configuration object. - Inherited From:
- Source:
- versioned.js, line 88
Returns:
the XML created.- Type
- Element | string