Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
A
 activate
C
 createGeometry, WPS.Control.GeometryEditor
D
 deactivate
 destroy
 draw, WPS.Control.GeometryEditor
F
 Form, WPS.Form.WPS
I
 Inceptor, WPS.Inceptor.WPS
 initialize
R
 resets the Geometry Editor and clears the editor form, WPS.Control.GeometryEditor
S
 setBoundingBox, WPS.Control.ObjectVisualizer
 setCenterAndScale, WPS.Control.ObjectVisualizer
V
 visualize, WPS.Control.ObjectVisualizer
activate: function()
Invoked when the control is activated in toggle mode
activate: function()
Invoked when the control is activated in toggle mode
createGeometry: function(processDesc,
paramDesc,
onExecute,
onCancel)
Shows a Form in configured div and enables the user to paint a geometry based on given process settings.
deactivate: function()
Invoked when the control is deactivated in toggle mode
deactivate: function()
Invoked when the control is deactivated in toggle mode
destroy : function()
OpenLayer.Control
destroy : function()
WPS.Control
draw: function ()
OpenLayer.Control
Creates a new WPS form.
Creates a new WPS inceptor.
initialize : function(options)
Basic constructor
initialize : function(options)
Basic constructor
setBoundingBox : function(left,
bottom,
right,
top)
Sets the map extent to the bounding box with given coordinates.
setCenterAndScale : function(x,
y,
scale)
Sets the map extent based on the center point with given coordinates and the scale.
visualize : function(layerName,
objects)
Shows the given objects with styles and map tips on the map.