Function 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
 handleBrowserEvent, OpenLayers. Events
 Handler, OpenLayers. Handler. OpenLayers
 hasSelection, Fusion. Widget.Map
 hide
 HTTPRequest, OpenLayers. Layer. HTTPRequest. OpenLayers. Layer
I
 Icon, OpenLayers. Icon. OpenLayers
 Image, OpenLayers. Tile. Image. OpenLayers.Tile
 indexOf, Util
 inflate, OpenLayers. Marker
 initGriddedTiles, OpenLayers. Layer.Grid
 initialize, Fusion. Constant
 initImgDiv, OpenLayers. Tile. Image
 initResolutions, OpenLayers. Layer
 initSingleTile, OpenLayers. Layer.Grid
 isEquivalentUrl, Util
 isLeftClick, OpenLayers. Event
 isMapLoaded
 isSuitableOverview, OpenLayers. Control. OverviewMap
 isValidLonLat, OpenLayers.Map
 isValidZoomLevel, OpenLayers.Map
L
 Layer, OpenLayers. Layer. OpenLayers
 loadConfig, Fusion. Constant
 loadQueuedScripts, Fusion. Constant
 loadURL, Util
 LonLat, OpenLayers. LonLat. OpenLayers
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.
Construct a handler.
hasSelection: function()
returns true if any map has a selection
hide: function()
Hide the tile.
hide: function()
Hide the tile by hiding its frame.
Creates an icon, which is an image tag in a div.
Constructor for a new OpenLayers.Tile.Image instance.
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.
initGriddedTiles:function(bounds)
initialize : function(options)
Initialize the Fusion application.
initImgDiv: function()
Creates the imgDiv property on the tile.
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.
initSingleTile: function(bounds)
OpenLayers.Util.isEquivalentUrl = function(url1,
url2,
options)
Test two URLs for equivalence.
isLeftClick: function(event)
Determine whether event was caused by a left click.
isMapLoaded: function()
Returns true if the Map has been laoded succesfully form the server
isMapLoaded: function()
Returns true if the Map has been laoded succesfully form the server
isSuitableOverview: function()
Determines if the overview map is suitable given the extent and resolution of the main map.
isValidLonLat: function(lonlat)
isValidZoomLevel: function(zoomLevel)
loadConfig : function()
asynchronously load the application definition through the broker and config manager.
loadQueuedScripts: function()
load any scripts that have been queued for loading.
OpenLayers.loadURL = function(uri,
params,
caller,
onComplete,
onFailure)
Background load a document.
Create a new map location.