Constructor
new WcsCapabilities(xmlDom)
    Constructs an OGC WCS Capabilities instance from an XML DOM.
    Parameters:
| Name | Type | Description | 
|---|---|---|
xmlDom | 
            
            Object | an XML DOM representing the WCS Capabilities document. | 
- Source:
 
Throws:
- 
        If the specified XML DOM is null or undefined.
 - Type
 - ArgumentError
 
Members
xmlDom :Object
    The original unmodified XML document. Referenced for use in advanced cases.
    Type:
- Object
 
- Source:
 
Methods
getCoverageBaseUrl()
    Returns the GetCoverage base url as detailed in the capabilities document
- Source: