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
O
 onActionClicked
 onAfterRender
 onBeforeFeatureModified, OpenLayers.Control.EditFeature_Drag
 onCheckItemClicked
 onClick, OpenLayers.Control.QueryOnClick
 onCommit, OpenLayers.Control.EditFeature
 onError, OpenLayers.Control.QueryOnClick
 onFeatureAdded, OpenLayers.Control.EditFeature_Create
 onModification, OpenLayers.Control.EditFeature
 onModificationEnd
 onModificationStart, OpenLayers.Control.EditFeature
 onSketchComplete, OpenLayers.Control.Split
 onStoreLoaded
P
 parseCapabilities, OpenLayers.Control.WMSLayerAdder
 parseFeatureAttributesToFormFields
 parseFormFieldsToFeatureAttributes
 pixelToBounds, OpenLayers.Control.QueryByRect
 pointOnSegment, OpenLayers.Geometry
 Polygon, OpenLayers.Geometry.Polygon.OpenLayers.Geometry
 populateComboBox
Q
 QueryByRect, OpenLayers.Control.QueryByRect.OpenLayers.Control
 QueryOnClick, OpenLayers.Control.QueryOnClick.OpenLayers.Control
R
 recenterOnBbox
 recenterOnCoords
 recenterOnGeometry
 removeByGeometry, OpenLayers.Control.Split
 removeMarker, OpenLayers.Control.QueryOnClick
 removeServer, OpenLayers.Control.WMSLayerAdder
 request, OpenLayers.Control.QueryByRect
 resetPanel
 resetQueryData
 resetResults
 resetSingleResource
 ResultExtGrid, OpenLayers
 ResultVectorLayer, OpenLayers
 resumeDraw, OpenLayers.Control.EditFeature_Create
onActionClicked : function()
Called when a Action (button) item in the toolbar has been clicked.
onAfterRender : function()
Called after the toolbar has been rendered.
onBeforeFeatureModified: function(object)
Called on layer “beforefeaturemodified” event triggered.
onCheckItemClicked : function()
Called when a checkItem item of a menu item in the toolbar has been clicked.
onClick: function(evt)
Called by this click handler when the user click the map.
onCommit: function(response)
Called after protocol commit.
onError: function(response)
Called when an error occurs with the AJAX request
onFeatureAdded: function(event)
Called when a feature is added to the vector layer.
onModification: function(object)
Called on feature modification.
onModificationEnd: function(object)
Called after feature modification.
onModificationEnd: function(object)
Call parent onModificationEnd and re-enable feature handler.
onModificationStart: function(object)
Called before feature modification.
onSketchComplete: function(event)
Registered as a listener for the sketchcomplete event on the editable layer.
onStoreLoaded : function(store)
The method is called after the load of each store.
parseCapabilities : function(request)
Parse the returned GetCapabilities XML
parseFeatureAttributesToFormFields: function(feature)
Copy each feature attributes in this form if it has a corresponding form field.
parseFormFieldsToFeatureAttributes: function(feature)
Copy each form field value to its corresponding feature attribute.
pixelToBounds: function(pixel)
Takes a pixel as argument and creates bounds after adding the clickTolerance.
OpenLayers.Geometry.pointOnSegment = function(point,
segment)
Note that the OpenLayers.Geometry.segmentsIntersect doesn’t work with points
Constructor for a Polygon geometry.
populateComboBox: function(features)
Populate the combobox droplist with features
Create a new QueryByRect control.
Create a new QueryOnClick control.
recenterOnBbox: function(bbox)
Recenters on given bounds
recenterOnCoords: function(x,
y,
zoom)
Recenters on given coordinates and zoom level
recenterOnGeometry: function(geometry)
Recenters on given geometry
removeByGeometry: function(features,
geometry)
Remove a feature from a list based on the given geometry.
removeMarker: function()
Remove the query marker from the map.
removeServer : function(id)
Remove selected server from the list
request: function(bounds)
resetPanel: function(options)
Called by the query as soon as the user clicks the map.
resetQueryData: function()
Reset all properties used for a query and reset all result panels.
resetQueryData: function(options)
Reset all properties used for a query and reset all result panels.
resetResults: function()
Reset all results content.
resetResults: function()
Reset all results content.
resetResults: function(options)
Reset all results content.
resetSingleResource: function()
Resets the ‘singleResource’ property to null.
Create a new ResultExtGrid renderer
Create a new ResultVectorLayer instance
resumeDraw: function(event)
Called when a modification (edition) is finished.
Close