Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
T
 time, OpenLayers.Console
 timeEnd, OpenLayers.Console
 toAbsoluteUrl, EMS.Util
 toArray
 toBBOX, OpenLayers.Bounds
 toGeometry, OpenLayers.Bounds
 toggle
 toHex, EMS.Color
 toISOString, OpenLayers.Date
 toJSON, EMS.Util
 toShortString, OpenLayers.LonLat
 toString
 trace, OpenLayers.Console
 transform
 translate, OpenLayers.Lang
 triggerEvent, OpenLayers.Events
 trim
 True, OpenLayers.Function
 typeOf, EMS.Util
U
 un, OpenLayers.Events
 undo, OpenLayers.Control.DrawFeature
 unregister, OpenLayers.Events
 unselect
 unsetFeature, OpenLayers.Control.TransformFeature
 up
 update
 updateSize
 userError, OpenLayers.Console
V
 value2regex, OpenLayers.Filter.Comparison
 via, EMS.Icon
 visible
 Void, OpenLayers.Function
W
 warn, OpenLayers.Console
 wrapDateLine
 write
Z
 Z_ORDER_DRAWING_ORDER, OpenLayers.ElementsIndexer.IndexingMethods
 Z_ORDER_Y_ORDER, OpenLayers.ElementsIndexer.IndexingMethods
 zoomIn, OpenLayers.Map
 zoomOut, OpenLayers.Map
 zoomTo, OpenLayers.Map
 zoomToExtent, OpenLayers.Map
 zoomToMaxExtent, OpenLayers.Map
 zoomToScale, OpenLayers.Map
time: function()
Creates a new timer under the given name.
timeEnd: function()
Stops a timer created by a call to OpenLayers.Console.time(name) and writes the time elapsed.
EMS.Util.toAbsoluteUrl = function(url)
Convert a relative URL into an absolute URL.
toArray: function()
{Array} Returns the colors as an array, in the index order or red, green, blue.
toArray: function()
{Array} Returns an array form of the point with the first indexed item the longtitude and the second being the latitude.
toArray: function(reverseAxisOrder)
toBBOX:function(decimal,
reverseAxisOrder)
toGeometry: function()
Create a new polygon geometry based on this bounds.
toggle: function()
Either show or hide the overview map depending on it’s current state.
toggle: function()
Toggle visibility of the popup.
toggle: function()
Toggle the visibility of element(s) passed in
toHex: function()
{String} hex representation of the color.
Generates a string representing a date.
EMS.Util.toJSON = function(object)
toShortString:function()
{String} Shortened String representation of OpenLayers.LonLat object.
toString: function()
{String} The address as a string.
toString: function()
{String} Returns a string form of the color.
toString: function()
{String} Returns a string representation of the geocoded object.
toString: function()
{String} A string representation of the handle, in this case just the id.
toString:function()
{String} String representation of bounds object.
trace: function()
Prints an interactive stack trace of JavaScript execution at the point where it is called.
transform: function(source,
dest)
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.
OpenLayers.Projection.transform = function(point,
source,
dest)
Transform a point coordinate from one projection to another.
translate: function(key,
context)
Looks up a key from a dictionary based on the current language string.
triggerEvent: function (type,
evt)
Trigger a specified registered event.
trim: function(str)
Removes leading and trailing whitespace characters from a string.
Deprecated.
True : function()
A simple function to that just does “return true”.
EMS.Util.typeOf = function(obj)
un: function(object)
Convenience method for unregistering listeners with a common scope.
undo: function()
Remove the most recently added point in the current sketch geometry.
unregister: function (type,
obj,
func)
unselect: function()
Turns the select state off.
unselect: function()
Turns the select state off.
unsetFeature: function()
Remove the transformation box off any feature.
up: function(evt)
This method is called during the handling of the mouse up event.
update: function()
Called post draw to update any labelling.
update: function()
Called post draw to update any labelling.
updateScale: function()
Updates the width and displayed magnitude on the scale.
update: function()
Construct a request updating modified features.
update: function(feature,
options)
Construct a request updating modified feature.
update: function(features,
options)
Construct a request updating modified feature.
updateSize: 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()
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).
userError: function(error)
A single interface for showing error messages to the user.
value2regex: function(wildCard,
singleChar,
escapeChar)
Converts the value of this rule into a regular expression string, according to the wildcard characters specified.
EMS.Icon.via = function(index)
visible: function()
Determine whether or not the popup is visible.
visible: function(element)
Void: function()
A reusable function that returns ``undefined``.
warn: 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.
wrapDateLine: function(maxExtent,
options)
wrapDateLine: function(maxExtent)
write: function(request)
Generate an ArcXml document string for sending to an ArcIMS server.
write: function(features)
Serialize or more feature nodes to Atom documents.
write: function(obj,
options)
Write a context document given a map.
write: function(options)
Given an configuration js object, write a CSWGetDomain request.
Write an ogc:Filter given a filter object.
write: function(obj,
pretty)
Serialize a feature, geometry, array of features into a GeoJSON string.
write: function(features)
Accept Feature Collection, and return a string.
write: function(features)
Generate a GML document string given a list of features.
write: function(value,
pretty)
Serialize an object into a JSON string.
write: function(features)
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(context,
options)
write: function(filter,
params)
Serialize an OpenLayers.Filter objects using the “simple” filter syntax for query string parameters.
Write a SLD document given a list of styles.
Write out an XLS request.
write: function(node)
Serialize a DOM node into a XML string.
write: function(obj,
options)
Write a document.
Z_ORDER_DRAWING_ORDER: function(indexer,
newNode,
nextNode)
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_Y_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).
zoomIn: function()
zoomOut: function()
zoomTo: function(zoom)
Zoom to a specific zoom level
zoomToExtent: function(bounds,
closest)
Zoom to the passed in bounds, recenter
zoomToMaxExtent: function(options)
Zoom to the full extent and recenter.
zoomToScale: function(scale,
closest)
Zoom to a specified scale
Close