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
$#!
 _changeStep, GeoMOOSE.Tab.Service
 _createBlankLayer, GeoMOOSE.MapSource
 _createOLLayer(options)
 _getLayersList, GeoMOOSE.MapSource
 _parseLayers, GeoMOOSE.MapSource
 _parseParams, GeoMOOSE.MapSource
 _setValue
A
 activateDefaultTool, GeoMOOSE
 activateLayerTool, GeoMOOSE
 activateMapSource
 addPopup
 addPopupGround, GeoMOOSE
 addTab, GeoMOOSE
 addToMap
 asArray, GeoMOOSE
 asLayer, GeoMOOSE.MapSource
B
 bookmark, GeoMOOSE
C
 changeLayerUrl, GeoMOOSE
 changeLayerVisibility, GeoMOOSE
 changeStep, GeoMOOSE.Tab.Service
 changeTab, GeoMOOSE
 checkPath, GeoMOOSE.MapSource
 clearLayerParameters, GeoMOOSE
 clearPopups, GeoMOOSE
 closeTab, GeoMOOSE
 commifyNumber, GeoMOOSE
 configureMap, GeoMOOSE.Application
 configureMapSource
 configureMapSources, GeoMOOSE.Application
 configureMapTools, GeoMOOSE.Application
 configureServiceManager, GeoMOOSE.Application
 constructor
 convertLength, GeoMOOSE
D
 deactivate, GeoMOOSE.MapSource
 deactivateMapSource, GeoMOOSE
 deactivateTools, GeoMOOSE
 disableTools, GeoMOOSE.Tab.Service
 download, GeoMOOSE
 draw, GeoMOOSE.UI.ScaleJumper
E
 error, GeoMOOSE
F
 fadeLayer, GeoMOOSE
_changeStep: function()
Used to bind to the step-changing buttons.
_createBlankLayer: function(name)
Creates a “blank” WMS layer stub to preserve the behavior of a layer when a library is missing.
_createOLLayer: function(options)
Internal method to create the OpenLayers Layer object.
_createOLLayer: function(options)
Internal method to create the OpenLayers Layer object.
_createOLLayer: function(options)
Internal method to create the OpenLayers Layer object.
_createOLLayer: function(options)
Internal method to create the OpenLayers Layer object.
_createOLLayer: function(options)
Internal method to create the OpenLayers Layer object.
_getLayersList: function()
Returns an array of current layers.
_parseLayers: function(mapbook_entry)
Parses the layer/s from a Mapbook Entry
_parseParams: function(mapbook_entry)
Parse the Mapbook parameters for a map-source
_setValue: function(value)
Takes in the value from the onChange of the Palette, sets the local value and updates the display.
_setValue: function(value)
Uses the value from the select and the textbox to convert the users input to meters.
_setValue: function(value)
Internal method for setting up the value.
activateDefaultTool: function()
This is a bit of a “pull the ‘chute” call.
activateLayerTool: function(action,
kwargs)
Activates a layer tool
activateMapSource: function(name)
Set the active map source.
activateMapSource: function(path)
Triggers on onActivateMapSource Event.
addPopup : function(x,
y,
w,
h,
html,
title)
Add a popup to the map.
addPopup: function(popup)
Place a popup on the map.
addPopupGround : function(easting,
northing,
html,
title)
Add a popup to the map.
addTab: function(tab_name,
tab)
Add a new GeoMOOSE.Tab instance to the tab bar.
addToMap: function(map)
Adds the MapSource to the map.
addToMap: function(map)
When this is added, refresh the layers.
asArray: function(layer_list)
Converts parameter to an array.
asLayer: function()
Return a representation of the MapSource as a GeoMOOSE.Layer class.
bookmark: function()
Change the URL to be something bookmarkable.
changeLayerUrl : function(layerName,
url)
Change the base URL for a given layer.
changeLayerVisibility : function(layerPaths,
visibility)
Turn a layer on or off.
changeStep: function(step)
Change to a step in the sequnce of steps for this service.
changeTab : function(tabName)
Change to a tab given by tabName
checkPath: function(path)
Checks to see if this is a matching path for this layer.
clearLayerParameters: function(layerName)
Clears all the user set parameters from a MapSource.
clearPopups : function()
Remove all popups from the map.
closeTab: function(tab_name)
Close a tab by the name.
function commifyNumber(number)
Convert a number into a string that is comma delimited.
configureMap: function ()
Sets up the main OpenLayers.Map object with the GeoMOOSE configuration, and creates the “navigation” layer.
configureMapSource: function(map_source_xml)
Parses a map-source XML fragment and adds it to the map.
configureMapSource: function(map_source_xml,
override_list)
Parses a map-source XML fragment and creates necessary GM and OL classes
configureMapSources: function(response)
Creates real classes for all of the MapSources.
configureMapTools: function()
Configures the internal tools relating to the map.
configureServiceManager: function ()
Configures the service manager, which provides the core functionality for talking with servers.
constructor: function()
Do the layout.
constructor: function(mapbook_entry)
Creates a new instance of a GeoMOOSE MapSource.
constructor: function(mapbook_entry)
Creates a new Google MapSource
constructor: function(mapbook_entry)
Creates a new TMS MapSource
editable: true, constructor: function(mapbook_entry)
Creates a new Vector Layer
constructor: function(mapbook_entry)
Creates a new WMS MapSource
convertLength: function(length,
src_units,
dest_units)
Convert a number from one denomination to another.
deactivate: function()
Deactivates any of the layer controls.
Sets the active map source to null and turns off the controls on any active map source.
deactivateTools: function()
Turn off all current tools, including layer tools.
disableTools: function()
Disables all the tools but remembers which one was active.
download: function(id,
extension)
Offers a download dialog for the php/download.php script.
draw: function()
Gets the job done of creating the scale jumper.
error: function()
Display an error to the user.
fadeLayer: function(path)
Fade out the opacity by CONFIGURATION.layer_controls.fade.change_percent.
Close