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
 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
 handleDouble, OpenLayers.Handler.Click
 handleEvent, OpenLayers.Control.UTFGrid
 handleKeyEvent, OpenLayers.handler.Keyboard
 handleKeypress, OpenLayers.Control.ModifyFeature
 handleMapEvents, OpenLayers.Handler.Feature
 handler
 Handler, OpenLayers.Handler.OpenLayers
 handleRead
 handleRemove, OpenLayers.Strategy.Filter
 handleResponse
 handleRightClicks, OpenLayers.Control.Navigation
 handlerMode, OpenLayers.Control.UTFGrid
 handlerOptions
 handlers
 handles, OpenLayers.Control.TransformFeature
 handleSingle, OpenLayers.Handler.Click
 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
 hitDetection, OpenLayers.Renderer.Canvas
 hitOverflow, OpenLayers.Renderer.Canvas
 holeModifier, OpenLayers.Handler.Polygon
 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
{Number} height
handle: function(evt)
handleAdd: function(event)
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.
handleDouble: function(evt)
Handle double-click sequence.
handleEvent: function(evt)
Internal method called when specified event is triggered.
handleKeyEvent: function (evt)
handleKeypress: function(evt)
Called by the feature handler on keypress.
handleMapEvents: function(evt)
{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
{Object} Reference to the OpenLayers.Handler for this control
Construct a handler.
handleRead: function(response,
options)
Deal with response from the read request.
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)
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.
handleRead: function(response,
options)
Deal with response from the read request.
handleRemove: function(event)
handleResponse: function(xy,
request,
url)
Handler for the GetFeatureInfo response.
handleResponse: function(xy,
request,
layer)
Handler for the GetFeatureInfo response.
handleResponse: function(resp,
options)
Called by CRUD specific handlers.
handleResponse: function(response,
options)
Called by CRUD specific handlers.
{Boolean} Whether or not to handle right clicks.
Defaults to ‘click’.
{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} Used to set non-default properties on the control’s handler
{Object} Additional options for the handlers used by this control, e.g.
{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.
{Array(OpenLayers.Feature.Vector)} The 8 handles currently available for scaling/resizing.
handleSingle: function(evt)
Handle single click sequence.
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()
Deprecated.
hide: function()
Makes the popup invisible.
highlight: function(feature)
Redraw feature with the select style.
{Boolean} If true do not actually select features (that is place them in the layer’s selected features array), just highlight them.
{Boolean} Allow for hit detection of features.
{Number} The method for converting feature identifiers to color values supports 16777215 sequential values.
{String} Key modifier to trigger hole digitizing.
{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.
{Boolean} Send GetFeatureInfo requests when mouse stops moving.
Construct a hover handler.
{OpenLayers.Request} contains the currently running hover request (if any).
{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