Class: OwsServiceIdentification

OwsServiceIdentification(element)

Represents an OWS Service Identification section of an OGC capabilities document. This object holds as properties all the fields specified in the OWS Service Identification. Fields can be accessed as properties named according to their document names converted to camel case. For example, "serviceType" and "title". Note that fields with multiple possible values are returned as arrays, such as "titles" and "abstracts".

Constructor

new OwsServiceIdentification(element)

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