| H | |
| h, OpenLayers.Size | |
| handle, OpenLayers. Handler. Feature | |
| handleAdd, OpenLayers. Strategy. Filter | |
| handleBrowserEvent, OpenLayers. Events | |
| handleChangeLayer, OpenLayers. Layer. Vector. RootContainer | |
| handleCommit, OpenLayers. Protocol. WFS.v1 | |
| handleCreate, OpenLayers. Protocol.HTTP | |
| handleDelete, OpenLayers. Protocol.HTTP | |
| handleKeyEvent, OpenLayers. handler. Keyboard | |
| handleKeypress, OpenLayers. Control. ModifyFeature | |
| handler | |
| Handler, OpenLayers. Handler. OpenLayers | |
| handleRead | |
| handleRemove, OpenLayers. Strategy. Filter | |
| handleResponse | |
| handleRightClicks, OpenLayers. Control. Navigation | |
| handlerOptions | |
| handlers | |
| handles, OpenLayers. Control. TransformFeature | |
| handleUpdate, OpenLayers. Protocol.HTTP | |
| hasAttributeNS, OpenLayers. Format.XML | |
| hasClass, OpenLayers. Element | |
| HEAD, OpenLayers. Request | |
| headers, OpenLayers. Protocol.HTTP | |
| height, OpenLayers. Geometry. Rectangle | |
| hide | |
| highlight, OpenLayers. Control. SelectFeature | |
| highlightOnly, OpenLayers. Control. SelectFeature | |
| hover | |
| Hover, OpenLayers. Handler. Hover. OpenLayers. Handler | |
| hoverRequest | |
| hoverResponse, OpenLayers. Control. GetFeature | |
| hoverSelect, OpenLayers. Control. GetFeature | |
| HTTP, OpenLayers. Protocol. HTTP. OpenLayers. Protocol | |
| HTTPRequest, OpenLayers. Layer. HTTPRequest. OpenLayers. Layer |
handle: function( evt )
handleAdd: function( event )
Basically just a wrapper to the triggerEvent() function, but takes care to set a property ‘xy’ on the event with the current mouse position.
handleBrowserEvent: function ( evt )
Event handler for the map’s changelayer event.
handleChangeLayer: function( evt )
Called when the commit request returns.
handleCommit: function( response, options )
Called the the request issued by create is complete.
handleCreate: function( resp, options )
Called the the request issued by delete is complete.
handleDelete: function( resp, options )
handleKeyEvent: function ( evt )
Called by the feature handler on keypress.
handleKeypress: function( evt )
Individual callbacks are created for read, create and update, should a subclass need to override each one separately.
handleRead: function( resp, options )
Deal with response from the read request.
handleRead: function( response, options )
Deal with response from the read request.
handleRead: function( response, options )
handleRemove: function( event )
Handler for the GetFeatureInfo response.
handleResponse: function( xy, request )
Handler for the GetFeatureInfo response.
handleResponse: function( xy, request, layer )
Called by CRUD specific handlers.
handleResponse: function( resp, options )
Called the the request issued by update is complete.
handleUpdate: function( resp, options )
Determine whether a node has a particular attribute matching the given name and namespace.
hasAttributeNS: function( node, uri, name )
Tests if an element has the given CSS class name.
hasClass: function( element, name )
Send an HTTP HEAD request.
HEAD: function( config )
Hide element(s) passed in
hide: function()
Makes the popup invisible.
hide: function()
Hide the tile.
hide: function()
Hide the tile by hiding its frame.
hide: function()
Redraw feature with the select style.
highlight: function( feature )
Sets/unsets the hoverFeature
hoverSelect: function( feature )