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
H
 h, OpenLayers.Size
 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
 handler
 Handler, OpenLayers.Handler.OpenLayers
 handleRead
 handleResponse
 handleRightClicks, OpenLayers.Control.Navigation
 handlerOptions
 handlers
 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, OpenLayers.Control.WMSGetFeatureInfo
 hoverResponse, OpenLayers.Control.GetFeature
 hoverSelect, OpenLayers.Control.GetFeature
 HTTP, OpenLayers.Protocol.HTTP.OpenLayers.Protocol
 HTTPRequest, OpenLayers.Layer.HTTPRequest.OpenLayers.Layer
{Number} height
handle: function(evt)
handleBrowserEvent: 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.
handleChangeLayer: function(evt)
Event handler for the map’s changelayer event.
handleCommit: function(response,
options)
Called when the commit request returns.
handleCreate: function(resp,
options)
Called the the request issued by create is complete.
handleDelete: function(resp,
options)
Called the the request issued by delete is complete.
handleKeyEvent: function (evt)
handleKeypress: function(evt)
Called by the feature handler on keypress.
{OpenLayers.Handler} null
{OpenLayers.Handler.Path} The temporary sketch handler created if no source layer is provided.
{Object} Reference to the OpenLayers.Handler for this control
Construct a handler.
handleRead: function(resp,
options)
Individual callbacks are created for read, create and update, should a subclass need to override each one separately.
handleRead: function(response,
options)
Deal with response from the read request.
handleResponse: function(xy,
request)
Handler for the GetFeatureInfo response.
handleResponse: function(resp,
options)
Called by CRUD specific handlers.
{Boolean} Whether or not to handle right clicks.
{Object} Used to set non-default properties on the control’s handler
{Object} Additional options for the handlers used by this control.
{Object} Used to set non-default properties on the control’s handler
{Object} Additional options for the handlers used by this control, e.g.
{Object} Object with references to multiple OpenLayers.Handler instances.
{Object}
{Object}
{Object} Object with references to multiple OpenLayers.Handler instances.
handleUpdate: function(resp,
options)
Called the the request issued by update is complete.
hasAttributeNS: function(node,
uri,
name)
Determine whether a node has a particular attribute matching the given name and namespace.
hasClass: function(element,
name)
Tests if an element has the given CSS class name.
HEAD: function(config)
Send an HTTP HEAD request.
{Object} HTTP request headers, read-only, set through the options passed to the constructor, Example: {‘Content-Type’: ‘plain/text’}
{Float}
hide: function()
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.
highlight: function(feature)
Redraw feature with the select style.
{Boolean} If true do not actually select features (i.e.
{Boolean} Send feature requests on mouse moves.
{Boolean} Select on mouse over and deselect on mouse out.
{Boolean} Send GetFeatureInfo requests when mouse stops moving.
Construct a hover handler.
{OpenLayers.Request} contains the currently running hover request (if any).
{OpenLayers.Protocol.Response} The response object associated with the currently running hover request (if any).
hoverSelect: function(feature)
Sets/unsets the hoverFeature
A class for giving layers generic HTTP protocol.
Close