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
T
 Tile, OpenLayers. Tile. OpenLayers
 toString
 Try, Util
 Tween, OpenLayers. Tween. OpenLayers
U
 un, OpenLayers. Events
 unload, OpenLayers.Tile
 unloadCache, OpenLayers. Event
 unloadDestroy, OpenLayers.Map
 unregister
 up, OpenLayers. Handler.Drag
 update
 updateMapToRect, OpenLayers. Control. OverviewMap
 updateRectToMap, OpenLayers. Control. OverviewMap
 updateSelection, Fusion. Widget. SelectionPanel. SelectionRenderer
 updateSelectionObject, Fusion. Widget. SelectionPanel. SelectionRenderer
 updateSizeDestroy, OpenLayers.Map
 upperCaseObject, Util
W
 wheelChange
 wheelDown
 wheelUp
 wheelZoom, OpenLayers. Handler. MouseWheel
 WMS, OpenLayers. Layer. WMS. OpenLayers. Layer
Z
 zoomBox
Constructor for a new OpenLayers.Tile instance.
toString:function()
Return a readable string version of the lonlat
toString:function()
Cast this object into a string
toString: function()
Convert projection to string (getCode wrapper).
toString:function()
Return the string representation of a size object
OpenLayers.Util.Try = function()
Execute functions until one of them doesn’t throw an error.
Creates a Tween.
un: function(object)
Convenience method for unregistering listeners with a common scope.
unload: function()
Call immediately before destroying if you are listening to tile events, so that counters are properly handled if tile is still loading at destroy-time.
unloadCache: function()
Cycle through all the element entries in the events cache and call stopObservingElement on each.
Function that is called to destroy the map on page unload.
unregister: function(responderToRemove)
unregister: function (name,
method)
unregister an event from the map
up: function(evt)
This method is called during the handling of the mouse up event.
update: function()
Update the overview map after layers move.
update: function()
Update the size of the bars, and the labels they contain.
updateMapToRect: function()
Updates the map extent to match the extent rectangle position and size
updateRectToMap: function()
Updates the extent rectangle position and size to match the map extent
updateSelection: function()
Abstract method that handle the event: Fusion.Event.MAP_SELECTION_ON.
Helper method to update the aiCurrentIndex array for pagination.
When the map is destroyed, we need to stop listening to updateSize events: this method stores the function we need to unregister in non-IE browsers.
OpenLayers.Util.upperCaseObject = function (object)
Creates a new hashtable and copies over all the keys from the passed-in object, but storing them under an uppercased version of the key at which they were stored.
wheelChange: function(evt,
deltaZ)
wheelChange: function(evt,
deltaZ)
wheelDown: function(evt)
User spun scroll wheel down
wheelDown: function(evt)
User spun scroll wheel down
wheelUp: function(evt)
User spun scroll wheel up
wheelUp: function(evt)
User spun scroll wheel up
wheelZoom: function(e)
Given the wheel event, we carry out the appropriate zooming in or out, based on the ‘wheelDelta’ or ‘detail’ property of the event.
Create a new WMS layer object
zoomBox: function (position)