Read SLD WMS DescribeLayer response DescribeLayer is meant to couple WMS to WFS and WCS
OpenLayers. Format. WMSDescribeLayer | Read SLD WMS DescribeLayer response DescribeLayer is meant to couple WMS to WFS and WCS |
Properties | |
defaultVersion | {String} Version number to assume if none found. |
version | {String} Specify a version string if one is known. |
Constructor | |
OpenLayers. Format. WMSDescribeLayer | Create a new parser for WMS DescribeLayer responses. |
Functions | |
read | Read DescribeLayer data from a string, and return the response. |
read: function( data )
Read DescribeLayer data from a string, and return the response. The OGC currently defines 2 formats which are allowed for output, so we need to parse these 2 types
data | {String} or {DOMElement} data to read/parse. |
{Array} Array of {<LayerDescription>} objects which have:
Read DescribeLayer data from a string, and return the response.
read: function( data )