H | |
handle, OpenLayers. Handler. Feature | |
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 | |
handleRead | |
handleResponse | |
handleUpdate, OpenLayers. Protocol.HTTP | |
hasAttributeNS, OpenLayers. Format.XML | |
hasClass, OpenLayers. Element | |
HEAD, OpenLayers. Request | |
hide | |
highlight, OpenLayers. Control. SelectFeature | |
hoverSelect, OpenLayers. Control. GetFeature |
handle: function( evt )
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 )
Handler for the GetFeatureInfo response.
handleResponse: function( xy, request )
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 )