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()
Convenience method for unregistering listeners with a common scope.
un: function( object )
Remove the most recently added point in the current sketch geometry.
undo: function()
unregister: function ( type, obj, func )
Called when the select feature control unselects a feature.
unselectFeature: function( feature )
Remove the transformation box off any feature.
unsetFeature: function()
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 )
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 )
Converts the value of this rule into a regular expression string, according to the wildcard characters specified.
value2regex: function( wildCard, singleChar, escapeChar )
visible: function( element )
A reusable function that returns ``undefined``.
Void: function()
Writes a message to the console with the visual “warning” icon and color coding and a hyperlink to the line where it was called.
warn: function()
wrapDateLine: function( maxExtent )
Generate an ArcXml document string for sending to an ArcIMS server.
write: function( request )
Serialize or more feature nodes to Atom documents.
write: function( features )
Write a context document given a map.
write: function( obj, options )
Given an configuration js object, write a CSWGetDomain request.
write: function( options )
Serialize a feature or array of features into a WKT string.
write: function( features )
Serialize a feature, geometry, array of features into a GeoJSON string.
write: function( obj, pretty )
Accept Feature Collection, and return a string.
write: function( features )
Generate a GML document string given a list of features.
write: function( features )
Accepts Feature Collection, and returns a string.
write: function( features, metadata )
Serialize an object into a JSON string.
write: function( value, pretty )
Accept Feature Collection, and return a string.
write: function( features )
Takes a list of features, returns a serialized OSM format file for use in tools like JOSM.
write: function( features )
write: function( context, options )
Serialize an OpenLayers.Filter objects using the “simple” filter syntax for query string parameters.
write: function( filter, params )
Serialize a feature or array of features into a WKT string.
write: function( features )
Serialize a DOM node into a XML string.
write: function( node )
Write a document.
write: function( obj, options )
This method orders nodes by their z-index, but does so in a way that, if there are other nodes with the same z-index, the newest drawn will be the front most within that z-index.
Z_ORDER_DRAWING_ORDER: function( indexer, newNode, nextNode )
This one should really be called Z_ORDER_Y_ORDER_DRAWING_ORDER, as it best describes which ordering methods have precedence (though, the name would be too long).
Z_ORDER_Y_ORDER: function( indexer, newNode, nextNode )
zoomIn: function()
zoomOut: function()
Zoom to a specific zoom level.
zoomTo: function( zoom, xy )
Zoom to the passed in bounds, recenter
zoomToExtent: function( bounds, closest )
Zoom to the full extent and recenter.
zoomToMaxExtent: function( options )
Zoom to a specified scale
zoomToScale: function( scale, closest )