Class: WFSCapabilities

WFSCapabilities(xmlDom)

Represents a WFS Capabilities document. This object holds as properties all the fields specified in the given WFS Capabilities document. Most fields can be accessed as properties named according to their document names converted to camel case. For example, "version", "service.title", "service.contactInformation.contactPersonPrimary".

Constructor

new WFSCapabilities(xmlDom)

Constructs an WFS Capabilities instance from an XML DOM.
Parameters:
Name Type Description
xmlDom Object An XML DOM representing the WFS Capabilities document.
Source:
Throws:
If the specified XML DOM is null or undefined.
Type
ArgumentError