WPS.Form

Summary
WPS.Form
Configurable Properties
allowSelection {Boolean} State variable which remembers that theform is currently on.
Functions
WPS.FormCreates a new WPS form.
lwps:Form XML-based configuration for a {<WPS.Form>}.Configuration example: (start code) <lwps:Form xmlns:lwps=”url target=”http://www.disy.net/WPS/wps” name=”http://www.disy.net/WPS/wps””> <map> <lb:Reference target=”map” /> </map> <wpsOperations> <lb:Reference target=”WpsOperations” /> </wpsOperations> </lwps:Form> (end)
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: (start code) <lwps:Form xmlns:lwps=”url target=”http://www.disy.net/WPS/wps” name=”http://www.disy.net/WPS/wps””> <map> <lb:Reference target=”map” /> </map> <wpsOperations> <lb:Reference target=”WpsOperations” /> </wpsOperations> </lwps:Form> (end)

Properties

map {<OpenLayers.Map>} The map.

wpsOperations {Object} WPS operations object.