Class: WcsCapabilities

WcsCapabilities(xmlDom)

Represents the common properties of a WCS Capabilities document. Common properties are parsed and mapped to a plain javascript object model. Most fields can be accessed as properties named according to their document names converted to camel case. This model supports version 1.0.0 and 2.0.x of the WCS specification. Not all properties are mapped to this representative javascript object model, but the provided XML dom is maintained in xmlDom property for reference.

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: