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
R
 rad, Util
 read
 readChildNodes, OpenLayers. Format.XML
 readNode, OpenLayers. Format.XML
 rectDrag, OpenLayers. Control. OverviewMap
 redraw
Fusion. Widget.MapOpenLayers. Renderer. Canvas
 redrawBackgroundNode, OpenLayers. Renderer. Elements
 redrawNode, OpenLayers. Renderer. Elements
 refresh, OpenLayers. Layer. Vector
 register
 registerEvents, OpenLayers. Popup
 registerImageListeners, OpenLayers. Popup
 RegularPolygon, OpenLayers. Handler. RegularPolygon. OpenLayers. Handler
 reloadMap, Fusion. Widget.Map
 remove
 removeBox, OpenLayers. Handler.Box
 removeButtons, OpenLayers. Control. PanZoom
 removeClass, OpenLayers. Element
 removeComponent, OpenLayers. Geometry. Collection
 removeExcessTiles, OpenLayers. Layer.Grid
 removeItem, Util
 removeMap, OpenLayers. Layer. Vector
 removePoint, OpenLayers. Handler.Path
 removeTail, Util
 removeText
OpenLayers. RendererOpenLayers. Renderer. Elements
 removeTileMonitoringHooks, OpenLayers. Layer.Grid
 removeTimeout, OpenLayers. Handler.Drag
 Renderer, OpenLayers. Renderer. OpenLayers
 renderLegend, Fusion. Widget. Legend. LegendRenderer
 renderTile, OpenLayers. Tile. Image
 replace, Jx. TreeFolder
 reportError
 request, OpenLayers. Ajax. Request
 Request, OpenLayers. Ajax. Request. OpenLayers.Ajax
 require, Fusion. Constant
 resetBackBuffer, OpenLayers. Tile. Image
 resetLayersZIndex, OpenLayers.Map
 resize
 resizeTabBox, Jx. TabSet
 respondToReadyState, OpenLayers. Ajax. Request
 Response
OpenLayers. Ajax. Response. OpenLayers.AjaxOpenLayers. Protocol. Response. OpenLayers. Protocol
 rightclick, OpenLayers. Handler. Click
 rowSelected, Jx.Grid
 Rule, OpenLayers. Rule. OpenLayers
OpenLayers.Util.rad = function(x)
read: function(data)
Read data from a string, and return an object whose type depends on the subclass.
read: function(data)
read: function(wkt)
Deserialize a WKT string and return a vector feature or an array of vector features.
readChildNodes: function(node,
obj)
Shorthand for applying the named readers to all children of a node.
readNode: function(node,
obj)
Shorthand for applying one of the named readers given the node namespace and local name.
rectDrag: function(px)
Handle extent rectangle drag
redraw: function()
redraws the map using current extents and zoom level.
redraw: function()
The real ‘meat’ of the function: any time things have changed, redraw() can be called to loop over all the data and (you guessed it) redraw it.
redrawBackgroundNode: function(id,
geometry,
style,
featureId)
Redraws the node using special ‘background’ style properties.
redrawNode: function(id,
geometry,
style,
featureId)
refresh: function(obj)
Ask the layer to request features again and redraw them.
register: function(responderToAdd)
register: function (name,
method)
register an event on the map
registerEvents:function()
Registers events on the popup.
registerImageListeners: function()
Called when an image contained by the popup loaded.
Create a new regular polygon handler.
reloadMap: function()
Called to reload all the map objects.
remove: function(idx)
Remove the item at the given index.
remove: function(button)
remove a button from a multi button
remove : function(button)
Remove a button from this Button.
remove: function(item)
Remove a single menu item from the menu.
remove : function(tab)
Remove a tab from the TabSet.
remove: function(tab)
Remove a tab from this TabSet.
remove: function(item)
remove an item from a toolbar.
remove: function(item)
remove an item from a toolbar.
remove : function(node)
remove the specified node from the tree
remove: function(type)
Remove all listeners for a given event type.
removeBox: function()
Remove the zoombox from the screen and nullify our reference to it.
removeButtons: function()
removeClass: function(element,
name)
Remove a CSS class name from an element.
removeComponent: function(component)
Remove a component from this geometry.
removeExcessTiles: function(rows,
columns)
When the size of the map or the buffer changes, we may need to remove some excess rows and columns.
OpenLayers.Util.removeItem = function(array,
item)
Remove an object from an array.
removeMap: function(map)
The layer has been removed from the map.
removePoint: function()
Destroy the temporary point.
OpenLayers.Util.removeTail = function(url)
Takes a url and removes everything after the ?
removeText: function(featureId)
Function for removing text labels.
removeText: function(featureId)
Removes a label
removeTileMonitoringHooks: function(tile)
This function takes a tile as input and removes the tile hooks that were added in addTileMonitoringHooks()
removeTimeout: function()
Private.
renderLegend: function()
Abstract method that have the main purpose to draw the legend.
renderTile: function()
Internal function to actually initialize the image tile, position it correctly, and set its url.
replace: function(newNode,
refNode)
Replace a node with another node
reportError: function(o)
Triggers the Fusion.Event.FUSION_ERROR and passes along the error object to the callback functions registered for this event.
reportError: function(msg)
An internal method to report errors back to user.
request: function(url)
require: function(url)
Marks a JavaScript file as required which puts it into the queue for loading during Fusion initialization.
resetBackBuffer: function()
Triggered by two different events, layer loadend, and tile loadend.
resetLayersZIndex: function()
Reset each layer’s z-index based on layer’s array index
resize: function()
handles the resizing of the maps and triggers a Fusion event
resize: function(width,
height,
autoPosition)
resize the dialog.
resize: function()
resize the grid to fit inside its container.
resize: function(options)
resize the element controlled by this Jx.Layout object.
resizeTabBox: function()
Resize the tab set content area and propogate the changes to each of the tabs managed by the tab set.
respondToReadyState: function(readyState)
rightclick: function(evt)
Handle rightclick.
rowSelected: function(grid,
row)
This function is called by the grid to indicate that the user has selected a row by clicking on the row header.
Creates a Rule.