OpenLayers.Format.SOSCapabilities.v1_0_0

Read SOS Capabilities version 1.0.0.

Inherits from

Summary
OpenLayers.Format.SOSCapabilities.v1_0_0Read SOS Capabilities version 1.0.0.
Properties
namespaces{Object} Mapping of namespace aliases to namespace URIs.
regExesCompiled regular expressions for manipulating strings.
Constructor
OpenLayers.Format.SOSCapabilities.v1_0_0Create a new parser for SOS capabilities version 1.0.0.
Functions
readRead capabilities data from a string, and return info about the SOS.
Properties
readersContains public functions, grouped by namespace prefix, that will be applied when a namespaced node is found matching the function name.

Properties

namespaces

{Object} Mapping of namespace aliases to namespace URIs.

regExes

Compiled regular expressions for manipulating strings.

Constructor

OpenLayers.Format.SOSCapabilities.v1_0_0

Create a new parser for SOS capabilities version 1.0.0.

Parameters

options{Object} An optional object whose properties will be set on this instance.

Functions

read

read: function(data)

Read capabilities data from a string, and return info about the SOS.

Parameters

data{String} or {DOMElement} data to read/parse.

Returns

{Object} Information about the SOS service.

Properties

readers

Contains public functions, grouped by namespace prefix, that will be applied when a namespaced node is found matching the function name.  The function will be applied in the scope of this parser with two arguments: the node being read and a context object passed from the parent.

read: function(data)
Read capabilities data from a string, and return info about the SOS.
Read SOS Capabilities.
Close