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
 testTarget, OpenLayers.Control.Snapping
 time, OpenLayers.Console
 timeEnd, OpenLayers.Console
 toArray, OpenLayers.Bounds
 toBBOX, OpenLayers.Bounds
 toContext
 toFloat, Util
 toGeometry, OpenLayers.Bounds
 toggle
 toggleClass, OpenLayers.Element
 toggleSelect, OpenLayers.Control.SelectFeature
 toISOString, OpenLayers.Date
 toShortString
 toState, OpenLayers.Feature.Vector
 toString
 touchend
 touchmove
 touchstart
 trace, OpenLayers.Console
 transform
 transformDiv, OpenLayers.Layer.Grid
 transformFeature, OpenLayers.Control.TransformFeature
 translate
 trigger
 triggerCallback, OpenLayers.Handler.Feature
 triggerEvent, OpenLayers.Events
 triggerGetFeatureInfo, OpenLayers.Control.WMSGetFeatureInfo
 triggerRead, OpenLayers.Strategy.BBOX
 triggerSave, OpenLayers.Strategy.Save
 trim
 True, OpenLayers.Function
 Try, Util
testTarget: function(target,
loc)
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(reverseAxisOrder)
toBBOX:function(decimal,
reverseAxisOrder)
toContext: function(obj)
Create a context object free from layer given a map or a context object.
toContext: function(obj)
Create a context object free from layer given a map or a context object.
OpenLayers.Util.toFloat = function (number,
precision)
Convenience method to cast an object to a Number, rounded to the desired floating point precision.
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.
Generates a string representing a date.
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()
{String} Include OpenLayers.Format.CQL in your build to get a CQL representation of the filter returned.
toString: function()
Returns a text representation of the 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
touchend: function(evt)
Correctly set event xy property, and add lastTouches to have touches property from last touchstart or touchmove
touchend: function(evt)
Handle touchend events
touchend: function(evt)
Handle touchend events
touchend: function(evt)
Handle touchend.
touchmove: function(evt)
Store position of last move, because touchend event can have an empty “touches” property.
touchmove: function(evt)
Handle touchmove events
touchmove: function(evt)
Handle touchmove events.
touchmove: function(evt)
Handle touchmove events
touchmove: function(evt)
Handle touchmove.
touchstart: function(evt)
Handle touchstart.
touchstart: function(evt)
Handle touchstart events
touchstart: function(evt)
Handle touchstart events
touchstart: function(evt)
handle touchstart.
touchstart: function(evt)
Handle touchstart events
touchstart: function(evt)
Handle touchstart.
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.
transformDiv: function(scale)
Transform the layer div.
transformFeature: function(mods)
Transforms the feature.
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.
triggerGetFeatureInfo: function(request,
xy,
features)
Trigger the getfeatureinfo event when all is done
triggerRead: function(options)
triggerSave: function(event)
Registered as a listener.
Deprecated.
trim: function(str)
Removes leading and trailing whitespace characters from a string.
True : function()
A simple function to that just does “return true”.
OpenLayers.Util.Try = function()
Execute functions until one of them doesn’t throw an error.
Close