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