T | |
tableName, OpenLayers. |
|
TARGET_NODE, OpenLayers. |
|
targetFilter, OpenLayers. |
|
targetSize, OpenLayers. |
|
template, OpenLayers. |
|
Text | |
theme, OpenLayers.Map | |
threshold, OpenLayers. |
|
Tile, OpenLayers. |
|
TILE_HEIGHT, OpenLayers.Map | |
TILE_PARAMS, OpenLayers. |
|
TILE_WIDTH, OpenLayers.Map | |
TileCache, OpenLayers. |
|
tileClass, OpenLayers. |
|
tileFullExtent, OpenLayers. |
|
tileManager, OpenLayers.Map | |
TileManager, OpenLayers. |
|
tileOptions | |
tileOrigin | |
tileSize | |
tilesPerFrame, OpenLayers. |
|
time, OpenLayers. |
|
timeEnd, OpenLayers. |
|
title | |
TMS, OpenLayers. |
|
toArray, OpenLayers. |
|
toBBOX, OpenLayers. |
|
toGeometry, OpenLayers. |
|
toggle | |
toggleKey, OpenLayers. |
|
toISOString, OpenLayers.Date | |
tolerance, OpenLayers. |
|
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. |
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 new polygon geometry based on this bounds.
toGeometry: function()
Toggle the visibility of element(s) passed in
toggle: function()
{String} Shortened String representation of OpenLayers.LonLat object.
toShortString:function()
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()
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()