T | |
Tile, OpenLayers. | |
toElement, Jx. | |
toFloat, Util | |
toggle, OpenLayers. | |
toggleClass, OpenLayers. | |
toggleCollapse | |
toggleElement, Jx. | |
toMeter, Fusion | |
toShortString, OpenLayers. | |
toState, OpenLayers. | |
toString | |
touchend | |
touchmove | |
TouchNavigation, OpenLayers. | |
touchstart | |
transform(source,dest,point), Proj4js | |
transformDiv, OpenLayers. | |
translate, OpenLayers. | |
triggerCallback, OpenLayers. | |
triggerEvent, Fusion. | |
triggerRead, OpenLayers. | |
triggerSave, OpenLayers. | |
trim, Fusion | |
Try, Util | |
Tween, OpenLayers. |
required for the Renderer interface
toElement: function()
Convenience method to cast an object to a Number, rounded to the desired floating point precision.
OpenLayers.Util.toFloat = function ( number, precision )
Toggles visibility of the popup.
toggle: function()
Remove a CSS class name from an element if it exists.
toggleClass: function( element, name )
sets or toggles the collapsed state of the panel.
toggleCollapse: function( state )
sets or toggles the collapsed state of the panel.
toggleCollapse: function( state )
Snap the element open or closed.
toggleElement: function()
Converts a length value from native units into meters.
toMeter: function( unit, value )
{String} Shortened String representation of Point object.
toShortString: function()
Sets the new state
toState: function( state )
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 )
Transform a point coordinate from one map projection to another.
transform: function( source, dest, point )
Transform the layer div.
transformDiv: function( scale )
Transforms the SVG coordinate system
translate: function( x, y )
Call the callback keyed in the event map with the supplied arguments.
triggerCallback: function( type, mode, args )
trigger an event and call all registered listener functions.
triggerEvent : function( eventID )
triggerRead: function( options )
Registered as a listener.
triggerSave: function( event )
Utility function to trim a given string of any trailing whitespace
trim: function( str )
Execute functions until one of them doesn’t throw an error.
OpenLayers.Util.Try = function()