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
G
 getActiveLayer, Fusion. Widget.Map
 getApplicationURL, Fusion. Constant
 getArgs, Util
 getBoundsFromBaseLayer, OpenLayers.Tile
 getBrowserName, Util
 getCurrentCenter, Fusion. Widget.Map
 getCurrentSize, OpenLayers.Map
 getDataExtent, OpenLayers. Layer
 getElement, Util
 getElementsByTagNameNS, OpenLayers. Ajax. Request
 getExtentFromPoint, Fusion. Widget.Map
 getFullRequestString
 getGridBounds, OpenLayers. Layer.Grid
 getImagesLocation, Util
 getLocation, Fusion. Widget
 getLonLatFromOverviewPx, OpenLayers. Control. OverviewMap
 getMapBoundsFromRectBounds, OpenLayers. Control. OverviewMap
 getMapById
 getMapByIndice
 getMapByName
 getMapGroup, Fusion. Lib. ApplicationDefinition
 getMapWidget, Fusion. Lib. ApplicationDefinition. WidgetSet
 getMousePosition, OpenLayers. Events
 getNodes, Util
 getOverviewPxFromLonLat, OpenLayers. Control. OverviewMap
 getParameters, Util
 getParameterString, Util
 getRectBoundsFromMapBounds, OpenLayers. Control. OverviewMap
 getRectPxBounds, OpenLayers. Control. OverviewMap
 getResolutionFromScale, Util
 getScaleFromResolution, Util
 getSelection, Fusion. Widget.Map
 getTagText, Util
 getTransport, OpenLayers.Ajax
 getURL
 getWidgetById, Fusion. Constant
 getXmlNodeValue, Util
 grid, OpenLayers. Layer.Grid
 Grid, OpenLayers. Layer. Grid. OpenLayers. Layer
H
 handleBrowserEvent, OpenLayers. Events
 handler, OpenLayers. Control
 Handler, OpenLayers. Handler. OpenLayers
 hasSelection, Fusion. Widget.Map
 header, OpenLayers. Ajax. Request
 HTTPRequest, OpenLayers. Layer. HTTPRequest. OpenLayers. Layer
getActiveLayer: function()
returns the active layer for selection/manipulation
getApplicationURL: function()
returns the applicaiton’s absolute URL minus the filename.html part
OpenLayers.Util.getArgs = function(url)
getBoundsFromBaseLayer: function(position)
Take the pixel locations of the corner of the tile, and pass them to the base layer and ask for the location of those pixels, so that displaying tiles over Google works fine.
OpenLayers.Util.getBrowserName = function()
{String} A string which specifies which is the current browser in which we are running.
getCurrentCenter : function()
returns the current center of the map view
getCurrentSize: function()
{OpenLayers.Size} A new OpenLayers.Size object with the dimensions of the map div
getDataExtent: function ()
Calculates the max extent which includes all of the data for the layer.
OpenLayers.Util.getElement = function()
This is the old $() from prototype
OpenLayers.Ajax.getElementsByTagNameNS = function(parentnode,
nsuri,
nsprefix,
tagname)
getExtentFromPoint: function(fX,
fY,
fScale)
returns the Extent of the map given a center point and a scale (optional)
getFullRequestString:function(newParams,
altUrl)
Combine url with layer’s params and these newParams.
getFullRequestString:function(newParams,
altUrl)
combine the layer’s url with its params and these newParams.
getFullRequestString:function(newParams)
Combine the layer’s url with its params and these newParams.
getGridBounds: function()
Deprecated.
OpenLayers.Util.getImagesLocation = function()
{String} The fully formatted image location string
getLocation: function()
returns the location of this widget relative to the installation of fusion.
getLonLatFromOverviewPx: function(overviewMapPx)
Get a map location from a pixel location
getMapBoundsFromRectBounds: function(pxBounds)
Get the map bounds from the rect bounds.
getMapById : function(id)
return a map widget that is associated with the given dom element by id.
getMapById : function(id)
return a map widget with the given id
getMapByIndice : function(indice)
return the map widget at the given index
getMapByIndice : function(indice)
return the map widget at the given index
getMapByName : function(name)
return a map widget with the given name
getMapByName : function(name)
return a map widget with the given name
getMapByName : function(name)
return the map widget from this widget set if the map’s name matches the requested name, or null.
getMapGroup : function(mapGroupId)
return the specified map group from the application definition
getMapWidget: function()
return the map widget for this widget set
getMousePosition: function (evt)
OpenLayers.Util.getNodes=function(p,
tagName)
These could/should be made namespace aware?
getOverviewPxFromLonLat: function(lonlat)
Get a pixel location from a map location
OpenLayers.Util.getParameters = function(url)
Parse the parameters from a URL or from the current page itself into a JavaScript Object.
OpenLayers.Util.getParameterString = function(params)
getRectBoundsFromMapBounds: function(lonLatBounds)
Get the rect bounds from the map bounds.
getRectPxBounds: function()
Get extent rectangle pixel bounds
OpenLayers.Util.getResolutionFromScale = function (scale,
units)
OpenLayers.Util.getScaleFromResolution = function (resolution,
units)
getSelection: function(callback,
layers,
startcount)
returns the current selection asynchronously in case we need to retrieve the details from the server
OpenLayers.Util.getTagText = function (parent,
item,
index)
getTransport: function()
{Object} Transport mechanism for whichever browser we’re in, or false if none available.
getURL: function (bounds)
Return a query string for this layer
getURL: function (bounds)
Return a GetMap query string for this layer
getWidgetById: function(id)
return a reference to a widget by the id of the DOM Element that it was created in.
OpenLayers.Util.getXmlNodeValue = function(node)
{Array(Array(OpenLayers.Tile))} This is an array of rows, each row is an array of tiles.
Create a new grid layer
handleBrowserEvent: function (evt)
Basically just a wrapper to the triggerEvent() function, but takes care to set a property ‘xy’ on the event with the current mouse position.
{OpenLayers.Handler} null
Construct a handler.
hasSelection: function()
returns true if any map has a selection
header: function(name)
{?}