WPS.Inceptor

Activates a default process description in the target WPS form.

The default process description is provided by the configured inception function of the form:

function incept(activate) {
  var myProcessDescription = ...;
  activate(myProcessDescription);
}
Summary
WPS.InceptorActivates a default process description in the target WPS form.
Functions
WPS.InceptorCreates a new WPS inceptor.
lwps:InceptorXML-based configuration for a {WPS.Inceptor}.
Properties
map{<OpenLayers.Map>} The map.
form{WPS.Form} Target WPS form.
inception{Function} Inception function.

Functions

WPS.Inceptor

Creates a new WPS inceptor.

Parameters

map{<OpenLayers.Map>} The map.
form{WPS.Form} Target WPS form.
inception{Function} Inception function which provides the default process description.

lwps:Inceptor

XML-based configuration for a {WPS.Inceptor}.

Configuration example

<lwps:Inceptor xmlns:lwps="http://www.disy.net/WPS/wps">
  <map>
    <lb:Reference target="map" />
  </map>
  <form>
    <lb:Reference target="WPSForm" />
  </form>
  <inception>
    <lb:Reference target="WpsInception" />
  </inception>
</lwps:Inceptor>
Summary
Properties
map{<OpenLayers.Map>} The map.
form{WPS.Form} Target WPS form.
inception{Function} Inception function.

Properties

map

{<OpenLayers.Map>} The map.

form

{WPS.Form} Target WPS form.

inception

{Function} Inception function.

Activates a default process description in the target WPS form.