T | |
tableName, OpenLayers. Protocol.SQL | |
targetFilter, OpenLayers. Control. Split | |
Text | |
the components that are actually added to the feature, mapfish. widgets. editing. FeatureEditingPanel | |
theme, OpenLayers.Map | |
threshold, OpenLayers. Strategy. Cluster | |
TILE_HEIGHT, OpenLayers.Map | |
TILE_PARAMS, OpenLayers. Layer. MapGuide | |
TILE_WIDTH, OpenLayers.Map | |
TileCache, OpenLayers. Layer. TileCache. OpenLayers. Layer | |
tileOrigin, OpenLayers. Layer.TMS | |
tileSize | |
time, OpenLayers. Console | |
timeEnd, OpenLayers. Console | |
TMS, OpenLayers. Layer. TMS. OpenLayers. Layer | |
toArray, OpenLayers. Bounds | |
toBBOX, OpenLayers. Bounds | |
toGeometry, OpenLayers. Bounds | |
toggle | |
toggleKey, OpenLayers. Control. GetFeature | |
toHexString, mapfish. ColorRgb | |
tolerance, OpenLayers. Control. Split | |
Toolbar, mapfish. widgets. toolbar. Toolbar. mapfish. widgets. toolbar | |
toShortString, OpenLayers. LonLat | |
toString, OpenLayers. Bounds | |
totalRecords, mapfish. widgets. data. FeatureReader | |
trace, OpenLayers. Console | |
transform | |
transitionEffect, OpenLayers. Layer | |
translate, OpenLayers.Lang | |
triggerEvent, OpenLayers. Events | |
TriggerEventDecorator, mapfish. Protocol. TriggerEventDecorator. mapfish. Protocol | |
triggerSearch | |
trim | |
Tween, OpenLayers. Tween. OpenLayers | |
Two transforms declared, OpenLayers. Layer. SphericalMercator | |
type | |
U | |
units | |
unregister | |
unsupportedBrowsers, OpenLayers. Layer. WMS.Post | |
Untiled | |
update | |
updateOptions | |
updateSize | |
upperBoundary, OpenLayers. Filter. Comparison | |
url | |
URL_HASH_FACTOR, OpenLayers. Layer. HTTPRequest | |
useAsyncOverlay, OpenLayers. Layer. MapGuide | |
useFeedTitle, OpenLayers. Layer. GeoRSS | |
useHttpTile, OpenLayers. Layer. MapGuide | |
useOverlay, OpenLayers. Layer. MapGuide | |
userError, OpenLayers. Console | |
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()
{Array} array of left, bottom, right, top
toArray: function()
toBBOX:function( decimal )
Create a new polygon geometry based on this bounds.
toGeometry: function()
Toggle the visibility of element(s) passed in
toggle: function()
Converts the rgb color to hex string
toHexString: function()
{String} Shortened String representation of OpenLayers.LonLat object.
toShortString: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 )
To be called to trigger search.
triggerSearch: function()
Trigger search request.
triggerSearch: function()
Removes leading and trailing whitespace characters from a string.
trim: function( str )
Unregister a searcher.
unregister: function( searcher )
unregister: function ( type, obj, func )
Construct a request updating modified features.
"update": function( features, options )
Update features, this method does nothing more than calling the decorator protocol’s update method.
"update": function( features, options )
Construct a request updating modified features.
update: function( features, options )
Construct a request updating modified features.
update: function()
Construct a request updating modified feature.
update: function( feature, options )
Construct a request updating modified feature.
update: function( features, options )
Method used to update the properties method, indicator, numClasses and colors.
updateOptions: function( newOptions )
Method used to update the properties indicator, minSize and maxSize.
updateOptions: function( newOptions )
This function should be called by any external code which dynamically changes the size of the map div (because mozilla wont let us catch the “onresize” for an element)
updateSize: function()
Auto size the popup so that it precisely fits its contents (as determined by this.contentDiv.innerHTML).
updateSize: function()
A single interface for showing error messages to the user.
userError: function( error )