WPS.Form

Summary
WPS.Form
Configurable Properties
allowSelection{Boolean} State variable which remembers that the form is currently on.
Functions
WPS.FormCreates a new WPS form.
lwps:FormXML-based configuration for a {WPS.Form}.
Properties
map {<OpenLayers.Map>} The map.
wpsOperations {Object} WPS operations object.

Configurable Properties

allowSelection

{Boolean} State variable which remembers that the form is currently on.  Might also be set by the WPS.Inceptor class!

Functions

WPS.Form

Creates a new WPS form.

Parameters: map{<OpenLayers.Map>} The map. options - {Object} Optional object whose properties will be set on the instance.

lwps:Form

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

Configuration example

<lwps:Form xmlns:lwps="http://www.disy.net/WPS/wps">
  <map>
    <lb:Reference target="map" />
  </map>
  <wpsOperations>
    <lb:Reference target="WpsOperations" />
  </wpsOperations>
</lwps:Form>

Properties

map {<OpenLayers.Map>} The map.

wpsOperations {Object} WPS operations object.