T | |
time, OpenLayers. | |
timeEnd, OpenLayers. | |
toArray, OpenLayers. | |
toBBOX, OpenLayers. | |
toGeometry, OpenLayers. | |
toggle | |
toggleClass, OpenLayers. | |
toggleSelect, OpenLayers. | |
toShortString | |
toState, OpenLayers. | |
toString | |
trace, OpenLayers. | |
transform | |
translate | |
trigger | |
triggerCallback, OpenLayers. | |
triggerEvent, OpenLayers. | |
triggerRead, OpenLayers. | |
trim | |
Try, Util | |
U | |
un, OpenLayers. | |
unfreezeFeature, OpenLayers. | |
unload, OpenLayers.Tile | |
unloadCache, OpenLayers. | |
unloadDestroy, OpenLayers.Map | |
unregister | |
unselect, OpenLayers. | |
unselectAll, OpenLayers. | |
unselectFeature, OpenLayers. | |
up | |
update | |
updateAttribution, OpenLayers. | |
updateBlocks, OpenLayers. | |
updateHandler, OpenLayers. | |
updateLink, OpenLayers. | |
updateMap, OpenLayers. | |
updateMapToRect, OpenLayers. | |
updatePosition, OpenLayers. | |
updateRectToMap, OpenLayers. | |
updateRelativePosition | |
updateScale, OpenLayers. | |
updateSize | |
updateSizeDestroy, OpenLayers.Map | |
upFeature, OpenLayers. | |
upperCaseObject, Util | |
userError, 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()
{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()
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 )
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 )
{OpenLayers.Protocol.Response} The protocol response object returned by the layer protocol.
triggerRead: function()
Removes leading and trailing whitespace characters from a string.
trim: function( str )
Execute functions until one of them doesn’t throw an error.
OpenLayers.Util.Try = function()
Convenience method for unregistering listeners with a common scope.
un: function( object )
unfreezeFeature: function( row )
Call immediately before destroying if you are listening to tile events, so that counters are properly handled if tile is still loading at destroy-time.
unload: function()
Cycle through all the element entries in the events cache and call stopObservingElement on each.
unloadCache: function()
unregister: function( responderToRemove )
unregister: function ( type, obj, func )
unregister an event from the map
unregister: function ( name, method )
Remove feature from the layer’s selectedFeature array, render the feature as normal, and call the onUnselect function.
unselect: function( feature )
Unselect all selected features.
unselectAll: function( options )
Called when the select feature control unselects a feature.
unselectFeature: function( object )
This method is called during the handling of the mouse up event.
up: function( evt )
Finish drawing the feature
up: function( evt )
Update the overview map after layers move.
update: function()
Update the size of the bars, and the labels they contain.
update: function()
Takes a feature, and generates a WFS-T Transaction “Update”
update: function( feature )
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 )
Callback function called on “moveend” or “refresh” layer events.
update: function( options )
Update attribution string.
updateAttribution: function()
Internal method, called on initialize and when the popup’s relative position has changed.
updateBlocks: function()
updateHandler: function( handler, options )
updateLink: function()
Cycles through the loaded data and base layer input arrays and makes the necessary calls to the Map object such that that the map’s visual state corresponds to what the user has selected in the control.
updateMap: function()
Updates the map extent to match the extent rectangle position and size
updateMapToRect: function()
if the popup has a lonlat and its map members set, then have it move itself to its proper position
updatePosition: function()
Updates the extent rectangle position and size to match the map extent
updateRectToMap: function()
The popup has been moved to a new relative location, so we may want to make some cosmetic adjustments to it.
updateRelativePosition: function()
The popup has been moved to a new relative location, in which case we will want to re-do the rico corners.
updateRelativePosition: function()
When the relative position changes, we need to set the new padding BBOX on the popup, reposition the close div, and update the blocks.
updateRelativePosition: function()
updateScale: function()
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()
Called when the drag handler detects a mouse-up.
upFeature: function( pixel )
Creates a new hashtable and copies over all the keys from the passed-in object, but storing them under an uppercased version of the key at which they were stored.
OpenLayers.Util.upperCaseObject = function ( object )
A single interface for showing error messages to the user.
userError: function( error )