| T | |
| tableName, OpenLayers. | |
| TARGET_NODE, OpenLayers. | |
| targetFilter, OpenLayers. | |
| targetSize, OpenLayers. | |
| text, EMS. | |
| Text | |
| theme, OpenLayers.Map | |
| threshold, OpenLayers. | |
| TILE_HEIGHT, OpenLayers.Map | |
| TILE_PARAMS, OpenLayers. | |
| TILE_WIDTH, OpenLayers.Map | |
| TileCache, OpenLayers. | |
| tileFullExtent, OpenLayers. | |
| tileLoadingDelay, OpenLayers. | |
| tileOptions, OpenLayers. | |
| tileOrigin | |
| tileSize | |
| time, OpenLayers. | |
| timeEnd, OpenLayers. | |
| title | |
| TMS, OpenLayers. | |
| toAbsoluteUrl, EMS.Util | |
| toArray | |
| toBBOX, OpenLayers. | |
| toGeometry, OpenLayers. | |
| toggle | |
| toggleKey, OpenLayers. | |
| toHex, EMS. | |
| toISOString, OpenLayers.Date | |
| toJSON, EMS.Util | |
| tolerance, OpenLayers. | |
| TOP_LEFT, EMS. | |
| TOP_RIGHT, EMS. | |
| toShortString, OpenLayers. | |
| toString | |
| TouchNavigation, OpenLayers. | |
| trace, OpenLayers. | |
| trackAttributes, OpenLayers. | |
| transform | |
| TransformFeature, OpenLayers. | |
| transitionEffect, OpenLayers. | |
| translate, OpenLayers.Lang | |
| triggerEvent, OpenLayers. | |
| trim | |
| True, OpenLayers. | |
| Tween, OpenLayers. | |
| type | |
| TYPE_BUTTON, OpenLayers. | |
| TYPE_TOGGLE, OpenLayers. | |
| TYPE_TOOL, OpenLayers. | |
| typeOf, EMS.Util |
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()
Convert a relative URL into an absolute URL.
EMS.Util.toAbsoluteUrl = function( url )
{Array} Returns the colors as an array, in the index order or red, green, blue.
toArray: function()
{Array} Returns an array form of the point with the first indexed item the longtitude and the second being the latitude.
toArray: function()
toArray: function( reverseAxisOrder )
toBBOX:function( decimal, reverseAxisOrder )
Create a new polygon geometry based on this bounds.
toGeometry: function()
Either show or hide the overview map depending on it’s current state.
toggle: function()
Toggle visibility of the popup.
toggle: function()
Toggle the visibility of element(s) passed in
toggle: function()
{String} hex representation of the color.
toHex: function()
EMS.Util.toJSON = function( object )
{String} Shortened String representation of OpenLayers.LonLat object.
toShortString:function()
{String} The address as a string.
toString: function()
{String} Returns a string form of the color.
toString: function()
{String} Returns a string representation of the geocoded object.
toString: function()
{String} A string representation of the handle, in this case just the id.
toString: function()
{String} String representation of bounds object.
toString:function()
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 )
Looks up a key from a dictionary based on the current language string.
translate: function( key, context )
Trigger a specified registered event.
triggerEvent: function ( type, evt )
Removes leading and trailing whitespace characters from a string.
trim: function( str )
A simple function to that just does “return true”.
True : function()
EMS.Util.typeOf = function( obj )