ZOO.Format.WPS¶
Read/Write WPS.
Inherits from
- ZOO.Format
Functions and Properties¶
NAME | DESCRIPTION |
---|---|
schemaLocation | {String} Schema location for a particular minor version. |
namespaces | {Object} Mapping of namespace aliases to namespace URIs. |
read | |
parseExecuteResponse | |
parseData | Object containing methods to analyse data response. |
parseData.complexdata | Given an Object representing the WPS complex data response. |
parseData.literaldata | Given an Object representing the WPS literal data response. |
parseData.reference | 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 documentReturns
{Object}
Execute response.
- parseExecuteResponse
parseExecuteResponse: function(node)
Parameters
node {E4XElement}
A WPS ExecuteResponse documentReturns
{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.