T | |
tableName, OpenLayers. Protocol.SQL | |
targetFilter, OpenLayers. Control. Split | |
targetSize, OpenLayers. Control. Graticule | |
termsOfUse, OpenLayers. Layer. Google | |
testTarget, OpenLayers. Control. Snapping | |
Text | |
textRoot, OpenLayers. Renderer. Elements | |
theme, OpenLayers.Map | |
thousandsSeparator, OpenLayers. Number | |
threshold, OpenLayers. Strategy. Cluster | |
tierImageSize, OpenLayers. Layer. Zoomify | |
tierSizeInTiles, OpenLayers. Layer. Zoomify | |
tile | |
TILE_HEIGHT, OpenLayers.Map | |
TILE_PARAMS, OpenLayers. Layer. MapGuide | |
TILE_WIDTH, OpenLayers.Map | |
TileCache, OpenLayers. Layer. TileCache. OpenLayers. Layer | |
tileClass, OpenLayers. Layer. WMS.Post | |
tileCountUpToTier, OpenLayers. Layer. Zoomify | |
tileOrigin, OpenLayers. Layer.TMS | |
tileSize | |
time | |
timeEnd, OpenLayers. Console | |
timeoutId, OpenLayers. Handler.Drag | |
timer | |
timerId | |
title | |
TMS, OpenLayers. Layer. TMS. OpenLayers. Layer | |
toArray, OpenLayers. Bounds | |
toBBOX, OpenLayers. Bounds | |
toContext, OpenLayers. Format.WMC | |
toFloat, Util | |
toGeometry, OpenLayers. Bounds | |
toggle | |
toggleClass, OpenLayers. Element | |
toggleKey | |
toggleSelect, OpenLayers. Control. SelectFeature | |
tokenRegEx, OpenLayers. String. OpenLayers. String | |
tolerance, OpenLayers. Control. Split | |
top, OpenLayers. Bounds | |
topInUnits, OpenLayers. Control. ScaleLine | |
topOutUnits, OpenLayers. Control. ScaleLine | |
toShortString | |
toState, OpenLayers. Feature. Vector | |
toString | |
trace, OpenLayers. Console | |
transform | |
transformFeature, OpenLayers. Control. TransformFeature | |
TransformFeature, OpenLayers. Control. TransformFeature. OpenLayers. Control | |
transforms, OpenLayers. Projection | |
transitionEffect, OpenLayers. Layer | |
translate | |
translationParameters, OpenLayers. Renderer.SVG | |
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 | |
Tween, OpenLayers. Tween. OpenLayers | |
Two transforms declared, OpenLayers. Layer. SphericalMercator | |
type OpenLayers. ControlOpenLayers. Control. ButtonOpenLayers. Control. DragPanOpenLayers. Control. NavigationHistoryOpenLayers. Control.PanOpenLayers. Control. ZoomBoxOpenLayers. Control. ZoomInOpenLayers. Control. ZoomOutOpenLayers. Control. ZoomToMaxExtentOpenLayers. Filter. ComparisonOpenLayers. Filter. LogicalOpenLayers. Filter. SpatialOpenLayers. Layer. GoogleOpenLayers. Layer. MultiMapOpenLayers. Layer. VirtualEarthOpenLayers. Layer. Yahoo | |
typeOfFid, OpenLayers. Protocol. SQL. Gears |
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()
toArray: function( reverseAxisOrder )
toBBOX:function( decimal, reverseAxisOrder )
Create a context object free from layer given a map or a context object.
toContext: function( obj )
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 )
{String} String representation of bounds object.
toString:function()
Returns the Well-Known Text representation of a 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()
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()
Do the zoom.
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 )
Trigger the getfeatureinfo event when all is done
triggerGetFeatureInfo: function( request, xy, features )
{OpenLayers.Protocol.Response} The protocol response object returned by the layer protocol.
triggerRead: function()
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()