A | |
activate, WPS. | |
C | |
createGeometry, WPS. | |
D | |
deactivate, WPS. | |
destroy | |
draw, WPS. | |
F | |
Form, WPS. | |
I | |
Inceptor, WPS. | |
initialize | |
R | |
resets the Geometry Editor and clears the editor form, WPS. | |
S | |
setBoundingBox, WPS. | |
setCenterAndScale, WPS. | |
V | |
visualize, WPS. |
Invoked when the control is activated in toggle mode
activate: function()
Shows a Form in configured div and enables the user to paint a geometry based on given process settings.
createGeometry: function( processDesc, paramDesc, onExecute, onCancel )
Invoked when the control is deactivated in toggle mode
deactivate: function()
OpenLayer.Control
destroy : function()
WPS.Control
destroy : function()
OpenLayer.Control
draw: function ()
Basic constructor
initialize : function( options )
Basic constructor
initialize : function( options )
Sets the map extent to the bounding box with given coordinates.
setBoundingBox : function( left, bottom, right, top )
Sets the map extent based on the center point with given coordinates and the scale.
setCenterAndScale : function( x, y, scale )
Shows the given objects with styles and map tips on the map.
visualize : function( layerName, objects )