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
 time, OpenLayers.Console
 timeEnd, OpenLayers.Console
 toArray, OpenLayers.Bounds
 toBBOX, OpenLayers.Bounds
 toGeometry, OpenLayers.Bounds
 toggle
 toggleClass, OpenLayers.Element
 toggleSelect, OpenLayers.Control.SelectFeature
 toShortString
 toState, OpenLayers.Feature.Vector
 toString
 trace, OpenLayers.Console
 transform
 translate
 trigger
 triggerCallback, OpenLayers.Handler.Feature
 triggerEvent, OpenLayers.Events
 triggerRead, OpenLayers.Strategy.BBOX
 trim
 Try, Util
U
 un, OpenLayers.Events
 unfreezeFeature, OpenLayers.Protocol.SQL.Gears
 unload, OpenLayers.Tile
 unloadCache, OpenLayers.Event
 unloadDestroy, OpenLayers.Map
 unregister
 unselect, OpenLayers.Control.SelectFeature
 unselectAll, OpenLayers.Control.SelectFeature
 unselectFeature, OpenLayers.Control.ModifyFeature
 up
 update
 updateAttribution, OpenLayers.Control.Attribution
 updateBlocks, OpenLayers.Popup.Framed
 updateHandler, OpenLayers.Control.Measure
 updateLink, OpenLayers.Control.Permalink
 updateMap, OpenLayers.Control.LayerSwitcher
 updateMapToRect, OpenLayers.Control.OverviewMap
 updatePosition, OpenLayers.Popup
 updateRectToMap, OpenLayers.Control.OverviewMap
 updateRelativePosition
 updateScale, OpenLayers.Control.Scale
 updateSize
 updateSizeDestroy, OpenLayers.Map
 upFeature, OpenLayers.Control.DragFeature
 upperCaseObject, Util
 userError, OpenLayers.Console
time: function()
Creates a new timer under the given name.
timeEnd: function()
Stops a timer created by a call to OpenLayers.Console.time(name) and writes the time elapsed.
toArray: function()
{Array} array of left, bottom, right, top
toBBOX:function(decimal)
toGeometry: function()
Create a new polygon geometry based on this bounds.
toggle: function()
Toggle the visibility of element(s) passed in
toggle: function()
Toggles visibility of the popup.
toggleClass: function(element,
name)
Remove a CSS class name from an element if it exists.
toggleSelect: function()
Event should toggle the selected state of a feature based on toggle property and toggleKey event modifier.
toShortString: function()
{String} Shortened String representation of Point object.
toShortString:function()
{String} Shortened String representation of OpenLayers.LonLat object.
toState: function(state)
Sets the new state
toString:function()
{String} String representation of bounds object.
toString: function()
Returns the Well-Known Text representation of a geometry
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
trace: function()
Prints an interactive stack trace of JavaScript execution at the point where it is called.
transform: function(source,
dest)
Transform the Bounds object from source to dest.
transform: function(source,
dest)
Reproject the components geometry from source to dest.
transform: function(source,
dest)
Reproject the components geometry from source to dest.
transform: function(source,
dest)
Translate the x,y properties of the point from source to dest.
transform: function(source,
dest)
Transform the LonLat object from source to dest.
OpenLayers.Projection.transform = function(point,
source,
dest)
Transform a point coordinate from one projection to another.
translate: function(key,
context)
Looks up a key from a dictionary based on the current language string.
translate: function(x,
y)
Transforms the SVG coordinate system
trigger: function()
Called by a control panel when the button is clicked.
trigger: function()
trigger: function()
trigger: function()
trigger: function()
Do the zoom.
triggerCallback: function(type,
mode,
args)
Call the callback keyed in the event map with the supplied arguments.
triggerEvent: function (type,
evt)
Trigger a specified registered event.
triggerRead: function()
{OpenLayers.Protocol.Response} The protocol response object returned by the layer protocol.
trim: function(str)
Removes leading and trailing whitespace characters from a string.
Deprecated.
OpenLayers.Util.Try = function()
Execute functions until one of them doesn’t throw an error.
un: function(object)
Convenience method for unregistering listeners with a common scope.
unfreezeFeature: function(row)
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 (type,
obj,
func)
unregister: function (name,
method)
unregister an event from the map
unselect: function(feature)
Remove feature from the layer’s selectedFeature array, render the feature as normal, and call the onUnselect function.
unselectAll: function(options)
Unselect all selected features.
unselectFeature: function(object)
Called when the select feature control unselects a feature.
up: function(evt)
This method is called during the handling of the mouse up event.
up: function(evt)
Finish drawing the feature
update: function()
Update the overview map after layers move.
update: function()
Update the size of the bars, and the labels they contain.
update: function(feature)
Takes a feature, and generates a WFS-T Transaction “Update”
update: function()
Construct a request updating modified features.
update: function(feature,
options)
Construct a request updating modified feature.
update: function(features,
options)
Construct a request updating modified feature.
update: function(options)
Callback function called on “moveend” or “refresh” layer events.
updateAttribution: function()
Update attribution string.
updateBlocks: function()
Internal method, called on initialize and when the popup’s relative position has changed.
updateHandler: function(handler,
options)
updateLink: function()
updateMap: function()
Cycles through the loaded data and base layer input arrays and makes the necessary calls to the Map object such that that the map’s visual state corresponds to what the user has selected in the control.
updateMapToRect: function()
Updates the map extent to match the extent rectangle position and size
updatePosition: function()
if the popup has a lonlat and its map members set, then have it move itself to its proper position
updateRectToMap: function()
Updates the extent rectangle position and size to match the map extent
updateRelativePosition: function()
The popup has been moved to a new relative location, so we may want to make some cosmetic adjustments to it.
updateRelativePosition: function()
The popup has been moved to a new relative location, in which case we will want to re-do the rico corners.
updateRelativePosition: function()
When the relative position changes, we need to set the new padding BBOX on the popup, reposition the close div, and update the blocks.
updateScale: function()
updateSize: function()
This function should be called by any external code which dynamically changes the size of the map div (because mozilla wont let us catch the “onresize” for an element)
updateSize: function()
Auto size the popup so that it precisely fits its contents (as determined by this.contentDiv.innerHTML).
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.
upFeature: function(pixel)
Called when the drag handler detects a mouse-up.
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.
userError: function(error)
A single interface for showing error messages to the user.
Close