OpenLayers.Format.WPSDescribeProcess

Read WPS DescribeProcess responses.

Inherits from

Summary
OpenLayers.Format.WPSDescribeProcessRead WPS DescribeProcess responses.
Constants
VERSION{String} 1.0.0
Constructor
OpenLayers.Format.WPSDescribeProcess
Functions
readParse a WPS DescribeProcess and return an object with its information.

Constants

VERSION

{String} 1.0.0

Constructor

OpenLayers.Format.WPSDescribeProcess

Parameters

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

Functions

read

read: function(data)

Parse a WPS DescribeProcess and return an object with its information.

Parameters

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

Returns

{Object}

read: function(data)
Parse a WPS DescribeProcess and return an object with its information.
Read and write XML.
Close