Class: OwsLanguageString

OwsLanguageString(element)

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

Constructor

new OwsLanguageString(element)

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

Members

lang :string

Identifier of a language used by the data(set) contents. This language identifier shall be as specified in IETF RFC 4646. When this element is omitted, the language used is not identified.
Type:
  • string
Source:

value :string

The text content of the element.
Type:
  • string
Source: