Class: OwsDescription

OwsDescription(element)

Represents an OWS Description element of an OGC document. This object holds as properties all the fields specified in the OWS Description definition. Fields can be accessed as properties named according to their document names converted to camel case. For example, "value".

Constructor

new OwsDescription(element)

Constructs an OWS Description instance from an XML DOM.
Parameters:
Name Type Description
element Element An XML DOM element representing the OWS Description element.
Source:
Throws:
If the specified XML DOM element is null or undefined.
Type
ArgumentError