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
O
 onPreviousChange Called when the previous history, oscar.Control.PreviousView
 onReady Take in a function or an array of functions to call when, _OscarLoader This class handles loading oscar and its depenencies
 onToggleClick, oscar.Gui.ThemeManagerViewer
 OverviewMap, oscar.Control.OverviewMap.oscar.Control
 ox objects, oscar.Control.OXFConfigManager.buildOX This method builds the oscar
P
 passEventToSlider, oscar.Control.PanZoomBar
 Point, oscar.Control.Point.oscar.Control
R
 redraw, oscar.Control.ThemeSwitcher
 requestFailure Process a failed loading of GML
 restore Update the state with the given object, oscar.Control.PreviousView
S
 setConfigManager, oscar.Control.ThemeManager
 setGuiContainer, oscar.Gui.ThemeManagerViewer
 setGuiManager, oscar.Control.ThemeManager
 setMap Set the map property for the control and, oscar.Control.PreviousView
 showOverviewMap Returns{Boolean}If the overview map can be, oscar.Theme
 success
T
 Theme object based on, oscar.Control.OXFConfigManager.buildOxTheme This method builds an oscar.ox
 themeActivated, oscar.Control.ThemeManager
 themeAdded, oscar.Control.ThemeManager
 This is done through, oscar.Control.ThemeManager.setMap Set the map property for the control
 This method, oscar.Gui.ThemeManager.draw Draws themes contained in the themes array
 toggleGui, oscar.Gui.ThemeManagerViewer
 toMapLayer, oscar.ox.Layer
W
 WMTS, oscar.Layer.WMTS.OpenLayers.Layer
Z
 zoomBarDown, oscar.Control.PanZoomBar
 zoomBarDrag, oscar.Control.PanZoomBar
 zoomBarUp, oscar.Control.PanZoomBar
stack changes.
the script resources are finished loading.
onToggleClick : function(e)
This method is called when the button is clicked
(Theme,Layer,DataLayer) from the response stream.
passEventToSlider:function(evt)
This function is used to pass events that happen on the div, or the map, through to the slider, which then does its moving thing.
Creats a new control for doing point selection.
redraw: function()
Goes through and takes the current state of the Map and rebuilds the control to display that state.
Called by initialise() and loadUrl() if there was a problem loading GML.
Called by initialise() and loadUrl() if there was a problem loading GML.
setConfigManager : function(cm)
Sets the config manager used to load an OXF source.
setGuiContainer : function(div)
Sets the container for the manager.
setGuiManager : function(gui)
Sets the gui manager to use if there is to be a visual display of themes.
previous and <next> child controls.
shown.
success:function(transport)
What to do on a successful ajax call.
success:function(transport)
Called when the capabilities request is successful.
the json response.
themeActivated : function(e)
This method is triggered when a theme is activated and calls the drawTheme method.
themeAdded : function(themeObj)
This method gets triggered when a theme is added.
an accessor so that subclasses can override this and take special action once they have their map variable set.
should be overridden by the implementing class.
toggleGui : function()
This method is called when the open/close button is clicked.
toMapLayer:function()
Returns a layer which inherits from OpenLayers.Layer which is able to be added to an OpenLayers.Map object.
zoomBarDown:function(evt)
event listener for clicks on the slider
zoomBarDrag:function(evt)
This is what happens when a click has occurred, and the client is dragging.
zoomBarUp:function(evt)
Perform cleanup when a mouseup event is received -- discover new zoom level and switch to it.