source:
branches/PublicaMundi_David-devel/docs/api/zoo-format-wps.rst
@
825
Last change on this file since 825 was 696, checked in by djay, 9 years ago | |
---|---|
|
|
File size: 2.4 KB |
ZOO.Format.WPS
Read/Write WPS.
Inherits from
Functions and Properties
NAME | DESCRIPTION |
---|---|
{String} Schema location for a particular minor version. | |
{Object} Mapping of namespace aliases to namespace URIs. | |
Object containing methods to analyse data response. | |
Given an Object representing the WPS complex data response. | |
Given an Object representing the WPS literal data response. | |
Given an Object representing the WPS reference response. |
- schemaLocation
- {String} Schema location for a particular minor version.
- namespaces
- {Object} Mapping of namespace aliases to namespace URIs.
- read
read:function(data)
Parameters
data {String} A WPS xml document
Returns
{Object} Execute response.
- parseExecuteResponse
parseExecuteResponse: function(node)
Parameters
node {E4XElement} A WPS ExecuteResponse document
Returns
{Object} Execute response.
- parseData
- Object containing methods to analyse data response.
- parseData.complexdata
Given an Object representing the WPS complex data response.
Parameters
node {E4XElement} A WPS node.
Returns
{Object} A WPS complex data response.
- parseData.literaldata
Given an Object representing the WPS literal data response.
Parameters
node {E4XElement} A WPS node.
Returns
{Object} A WPS literal data response.
- parseData.reference
Given an Object representing the WPS reference response.
Parameters
node {E4XElement} A WPS node.
Returns
{Object} A WPS reference response.
Note: See TracBrowser
for help on using the repository browser.