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
 handleBrowserEvent, OpenLayers. Events
 handleKeyEvent, OpenLayers. handler. Keyboard
 handleKeypress, OpenLayers. Control. ModifyFeature
 handler
 Handler, OpenLayers. Handler. OpenLayers
 handlerOptions, OpenLayers. Control. DrawFeature
 hasAttributeNS, OpenLayers. Format.XML
 header, OpenLayers. Ajax. Request
 height, OpenLayers. Geometry. Rectangle
 hide
 hover, OpenLayers. Control. SelectFeature
 HTTPRequest, OpenLayers. Layer. HTTPRequest. OpenLayers. Layer
I
 icon
 Icon, OpenLayers. Icon. OpenLayers
 id
 ignoreEvent, OpenLayers. Control. LayerSwitcher
 Image
 imageDiv, OpenLayers.Icon
 imageOffset, OpenLayers. Layer
 imgDiv, OpenLayers. Tile. Image
 ImgPath, Util
 INCHES_PER_UNIT, Util
 indent, OpenLayers. Format.JSON
 indexOf, Util
 inflate, OpenLayers. Marker
 info, OpenLayers. Console
 inherit
 initGriddedTiles
 initImgDiv, OpenLayers. Tile. Image
 initMercatorParameters, OpenLayers. Layer. SphericalMercator
 initResolutions
 initSingleTile, OpenLayers. Layer.Grid
 inRange, OpenLayers. Layer
 insert, OpenLayers. Format.WFS
 internalns, OpenLayers. Format.KML
 intersectsBounds, OpenLayers. Bounds
 inverseMercator, OpenLayers. Layer. SphericalMercator
 isBaseLayer
 isEquivalentUrl, Util
 isFixed
 isLeftClick, OpenLayers. Event
 isLoading, OpenLayers.Tile
 isPrototype
 isSuitableOverview, OpenLayers. Control. OverviewMap
 isValidLonLat, OpenLayers.Map
 isValidType, OpenLayers. Format. GeoJSON
 isValidZoomLevel, OpenLayers.Map
 isVector, OpenLayers. Layer. Vector
J
 JSON, OpenLayers. Format. JSON. OpenLayers. Format
K
 KaMap, OpenLayers. Layer. KaMap. OpenLayers. Layer
 KEY_BACKSPACE, OpenLayers. Event
 KEY_DELETE, OpenLayers. Event
 KEY_DOWN, OpenLayers. Event
 KEY_ESC, OpenLayers. Event
 KEY_EVENTS, OpenLayers. handler. Keyboard
 KEY_LEFT, OpenLayers. Event
 KEY_RETURN, OpenLayers. Event
 KEY_RIGHT, OpenLayers. Event
 KEY_TAB, OpenLayers. Event
 KEY_UP, OpenLayers. Event
 Keyboard, OpenLayers. handler. Keyboard. OpenLayers. Handler
 KeyboardDefaults, OpenLayers. Control. KeyboardDefaults. OpenLayers. Control
 keyboardHandler, OpenLayers. Control. ModifyFeature
 keyMask, OpenLayers. Handler
 KML, OpenLayers. Format. KML. OpenLayers. Format
 kmlns, OpenLayers. Format.KML
{Number} height
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.
handleKeyEvent: function (evt)
handleKeypress: function(code)
Called by the feature handler on keypress.
{OpenLayers.Handler} null
{OpenLayers.Handler.Feature}
Construct a handler.
{Object} Used to set non-default properties on the control’s handler
hasAttributeNS: function(node,
uri,
name)
Determine whether a node has a particular attribute matching the given name and namespace.
header: function(name)
{?}
{Float}
hide: function()
Hide element(s) passed in
hide: function()
Makes the popup invisible.
{Boolean} Select on mouse over and deselect on mouse out.
{OpenLayers.Icon}.
{OpenLayers.Icon} The icon used by this marker.
Creates an icon, which is an image tag in a div.
{String}
{String} For div.id
{String}
{String} A unique identifier for this geometry.
{String}
{String}
{String} Unique identifier for the map
{String} the unique identifier assigned to this popup.
{String} null
ignoreEvent: function(evt)
Create a new image layer
Constructor for a new OpenLayers.Tile.Image instance.
{DOMElement}
{OpenLayers.Pixel} For layers with a gutter, the image offset represents displacement due to the gutter.
{DOMElement} The div element which wraps the image.
{String} Default is ‘’.
{Object} Constant inches per unit -- borrowed from MapServer mapscale.c
{String} For “pretty” printing, the indent string will be used once for each indentation level.
OpenLayers.Util.indexOf = function(array,
obj)
Seems to exist already in FF, but not in MOZ.
inflate: function(inflate)
Englarges the markers icon by the specified ratio.
info: function()
Writes a message to the console with the visual “info” icon and color coding and a hyperlink to the line where it was called.
OpenLayers.Class.inherit = function ()
Deprecated.
initGriddedTiles:function(bounds)
initGriddedTiles:function(bounds)
initImgDiv: function()
Creates the imgDiv property on the tile.
initMercatorParameters: function()
Set up the mercator parameters on the layer: resolutions, projection, units.
initResolutions: function()
This method’s responsibility is to set up the ‘resolutions’ array for the layer -- this array is what the layer will use to interface between the zoom levels of the map and the resolution display of the layer.
initResolutions: function()
Populate the resolutions array
initSingleTile: function(bounds)
{Boolean} The current map resolution is within the layer’s min/max range.
insert: function(feature)
Takes a feature, and generates a WFS-T Transaction “Insert”
{String} KML Namespace to use -- defaults to the namespace of the Placemark node being parsed, but falls back to kmlns.
intersectsBounds:function(bounds,
inclusive)
inverseMercator: function(x,
y)
Given a x,y in Spherical Mercator, return a point in EPSG:4326.
{Boolean} Whether or not the layer is a base layer.
{Boolean} EventPaned layers are always base layers, by necessity.
{Boolean} The layer is a base layer.
{Boolean} KaMap Layer is always a base layer
{Boolean} Markers layer is never a base layer.
{Boolean} Treat this layer as a base layer.
{Boolean}
{Boolean} The layer is a base layer.
{Boolean} WFS layer is not a base layer by default.
{Boolean} Default is true for WMS layer
WorldWind layer is a base layer by default.
OpenLayers.Util.isEquivalentUrl = function(url1,
url2,
options)
Test two URLs for equivalence.
{Boolean} EventPaned layers are fixed by default.
{Boolean} Whether the layer remains in one place while dragging the map.
isLeftClick: function(event)
Determine whether event was caused by a left click.
{Boolean} Is the tile loading?
Deprecated.
isSuitableOverview: function()
Determines if the overview map is suitable given the extent and resolution of the main map.
isValidLonLat: function(lonlat)
isValidType: function(obj,
type)
Check if a GeoJSON object is a valid representative of the given type.
isValidZoomLevel: function(zoomLevel)
{Boolean} Whether the layer is a vector layer.
Create a new parser for JSON.
{int}
{int}
{int}
{int}
keydown, keypress, keyup
{int}
{int}
{int}
{int}
{int}
Returns a new keyboard handler.
{OpenLayers.Handler.Keyboard}
{Integer} Use bitwise operators and one or more of the OpenLayers.Handler constants to construct a keyMask.
Create a new parser for KML.
{String} KML Namespace to use.