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, ALKMaps.Size
 handle, ALKMaps.Handler.Feature
 handleAdd, ALKMaps.Strategy.Filter
 handleBrowserEvent, ALKMaps.Events
 handleChangeLayer, ALKMaps.Layer.Vector.RootContainer
 handleCreate, ALKMaps.Protocol.HTTP
 handleDelete, ALKMaps.Protocol.HTTP
 handleDouble, ALKMaps.Handler.Click
 handleKeyEvent, ALKMaps.handler.Keyboard
 handleKeypress, ALKMaps.Control.ModifyFeature
 handleMapEvents, ALKMaps.Handler.Feature
 handler
 Handler, ALKMaps.Handler.ALKMaps
 handleRead
 handleRemove, ALKMaps.Strategy.Filter
 handleResponse
 handleRightClicks
 handlerOptions
 handlers
 handles, ALKMaps.Control.TransformFeature
 handleSingle, ALKMaps.Handler.Click
 handleUpdate, ALKMaps.Protocol.HTTP
 hasAttributeNS, ALKMaps.Format.XML
 hasClass, ALKMaps.Element
 HEAD, ALKMaps.Request
 headers, ALKMaps.Protocol.HTTP
 height, ALKMaps.Geometry.Rectangle
 hide, ALKMaps.Popup
 hideLoading, ALKMaps.Map
 highlight, ALKMaps.Control.SelectFeature
 highlightOnly, ALKMaps.Control.SelectFeature
 hitDetection, ALKMaps.Renderer.Canvas
 hitOverflow, ALKMaps.Renderer.Canvas
 holeModifier
 hover
 Hover, ALKMaps.Handler.Hover.ALKMaps.Handler
 hoverResponse, ALKMaps.Control.GetFeature
 hoverSelect, ALKMaps.Control.GetFeature
 How to make your first map
 HTTP, ALKMaps.Protocol.HTTP.ALKMaps.Protocol
 HTTPRequest, ALKMaps.Layer.HTTPRequest.ALKMaps.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.
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.
handleKeyEvent: function (evt)
handleKeypress: function(evt)
Called by the feature handler on keypress.
handleMapEvents: function(evt)
{ALKMaps.Handler} null
{ALKMaps.Handler.Path} The temporary sketch handler created if no source layer is provided.
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)
Individual callbacks are created for read, create and update, should a subclass need to override each one separately.
handleRemove: function(event)
handleResponse: function(resp,
options)
Handles custom places request 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.
{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} Object with references to multiple ALKMaps.Handler instances.
{Object}
{Object}
{Object} Object with references to multiple ALKMaps.Handler instances.
{Array(ALKMaps.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()
Makes the popup invisible.
hideLoading: function(evt)
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.
Construct a hover handler.
{ALKMaps.Protocol.Response} The response object associated with the currently running hover request (if any).
hoverSelect: function(feature)
Sets/unsets the hoverFeature
In an HTML file you must include the following JavaScript file.
A class for giving layers generic HTTP protocol.
Close