| T | |
| testTarget, OpenLayers. | |
| time, OpenLayers. | |
| timeEnd, OpenLayers. | |
| toArray, OpenLayers. | |
| toBBOX, OpenLayers. | |
| toContext | |
| toFeatures, OpenLayers. | |
| toFloat, Util | |
| toGeometry, OpenLayers. | |
| toggle | |
| toggleClass, OpenLayers. | |
| toggleSelect, OpenLayers. | |
| toISOString, OpenLayers.Date | |
| toShortString | |
| toState, OpenLayers. | |
| toString | |
| touchend | |
| touchmove | |
| touchstart | |
| trace, OpenLayers. | |
| transform | |
| transformFeature, OpenLayers. | |
| translate | |
| trigger | |
| triggerCallback, OpenLayers. | |
| triggerEvent | |
| triggerGetFeatureInfo, OpenLayers. | |
| triggerRead, OpenLayers. | |
| triggerSave, OpenLayers. | |
| trim | |
| True, OpenLayers. | |
| Try, Util | 
testTarget: function( target, loc ) 
Creates a new timer under the given name.
time: function() 
Stops a timer created by a call to OpenLayers.Console.time(name) and writes the time elapsed.
timeEnd: function() 
Returns an array representation of the bounds object.
toArray: function( reverseAxisOrder ) 
Returns a boundingbox-string representation of the bounds object.
toBBOX:function( decimal, reverseAxisOrder ) 
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.
toContext: function( obj ) 
Converts spatial input into features so it can be processed by OpenLayers.Format instances.
toFeatures: function( source ) 
Convenience method to cast an object to a Number, rounded to the desired floating point precision.
OpenLayers.Util.toFloat = function ( number, precision ) 
Create a new polygon geometry based on this bounds.
toGeometry: function() 
Toggle the visibility of element(s) passed in
toggle: function() 
Toggles visibility of the popup.
toggle: function() 
Remove a CSS class name from an element if it exists.
toggleClass: function( element, name ) 
Event should toggle the selected state of a feature based on toggle property and toggleKey event modifier.
toggleSelect: function() 
{String} Shortened String representation of Point object.
toShortString: function() 
{String} Shortened String representation of OpenLayers.LonLat object.
toShortString:function() 
Sets the new state
toState: function( state ) 
Returns a string representation of the 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
toString:function() 
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.
touchend: 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.
touchmove: 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.
touchstart: function( evt ) 
Prints an interactive stack trace of JavaScript execution at the point where it is called.
trace: function() 
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.
transform: function( source, dest ) 
Transform a point coordinate from one projection to another.
OpenLayers.Projection.transform = function( point, source, dest ) 
Transforms the feature.
transformFeature: function( mods ) 
Looks up a key from a dictionary based on the current language string.
translate: function( key, context ) 
Transforms the SVG coordinate system
translate: function( x, y ) 
Called by a control panel when the button is clicked.
trigger: function() 
trigger: function() 
trigger: function() 
trigger: function() 
Called whenever this control is being rendered inside of a panel and a click occurs on this controls element.
trigger: function() 
Call the callback keyed in the event map with the supplied arguments.
triggerCallback: function( type, mode, args ) 
Trigger a specified registered event.
triggerEvent: function ( type, evt ) 
Determines where to trigger the event and triggers it.
triggerEvent: function( type, evt ) 
Trigger the getfeatureinfo event when all is done
triggerGetFeatureInfo: function( request, xy, features ) 
triggerRead: function( options ) 
Registered as a listener.
triggerSave: function( event ) 
Removes leading and trailing whitespace characters from a string.
trim: function( str ) 
A simple function to that just does “return true”.
True : function() 
Execute functions until one of them doesn’t throw an error.
OpenLayers.Util.Try = function()