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); }
WPS. | Activates a default process description in the target WPS form. |
Functions | |
WPS. | Creates a new WPS inceptor. |
lwps: | XML-based configuration for a {WPS.Inceptor}. |
Properties | |
map | {<OpenLayers.Map>} The map. |
form | {WPS.Form} Target WPS form. |
inception | {Function} Inception function. |
Creates a new WPS inceptor.
map | {<OpenLayers.Map>} The map. |
form | {WPS.Form} Target WPS form. |
inception | {Function} Inception function which provides the default process description. |
XML-based configuration for a {WPS.Inceptor}.
<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>
Properties | |
map | {<OpenLayers.Map>} The map. |
form | {WPS.Form} Target WPS form. |
inception | {Function} Inception function. |
{WPS.Form} Target WPS form.