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
H
 handle, OpenLayers. Handler. Feature
 handleBrowserEvent, OpenLayers. Events
 Handler, OpenLayers. Handler. OpenLayers
 hasClass, OpenLayers. Element
 hasSelection, Fusion. Widget.Map
 hide
 hideChrome, Jx. Chrome
 horizontalResize, Jx. Splitter
 Hover, OpenLayers. Handler. Hover. OpenLayers. Handler
 HTTPRequest, OpenLayers. Layer. HTTPRequest. OpenLayers. Layer
I
 Icon, OpenLayers. Icon. OpenLayers
 Image, OpenLayers. Tile. Image. OpenLayers.Tile
 importSymbol
 indexOf, Util
 inflate, OpenLayers. Marker
 initGriddedTiles, OpenLayers. Layer.Grid
 initialize
 initImgDiv, OpenLayers. Tile. Image
 initMercatorParameters, OpenLayers. Layer. SphericalMercator
 initResolutions
 initSingleTile, OpenLayers. Layer.Grid
 insert, Jx. TreeFolder
 insertBefore, Jx. Menu. SubMenu
 inValidRange, OpenLayers. Renderer.SVG
 isActive
 isCellEditable, Jx.Grid
 isComplexSymbol, OpenLayers. Renderer. Elements
 isEnabled, Jx. Addable
 isEquivalentUrl, Util
 isLastNode, Jx. TreeFolder
 isLeftClick, OpenLayers. Event
 isRightClick, OpenLayers. Event
 isSuitableOverview, OpenLayers. Control. OverviewMap
 isValidLonLat, OpenLayers.Map
 isValidZoomLevel, OpenLayers.Map
 Item
L
 Layer, OpenLayers. Layer. OpenLayers
 Layout, Jx. Layout.Jx
 layoutContent, Jx. Panel
 LinearRing, OpenLayers. Geometry. LinearRing. OpenLayers. Geometry
 LineString, OpenLayers. Geometry. LineString. OpenLayers. Geometry
 loadConfig, Fusion. Constant
 loadContent, Jx. ContentLoader
 loadMapObject, OpenLayers. Layer. Google
 loadNextImg, Jx
 loadQueuedScripts, Fusion. Constant
 loadWarningMessage, OpenLayers. Layer. EventPane
 LonLat, OpenLayers. LonLat. OpenLayers
handle: function(evt)
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.
Construct a handler.
hasClass: function(element,
name)
Tests if an element has the given CSS class name.
hasSelection: function()
returns true if any map has a selection
hide: function()
hide the colour panel
hide: function()
Closes the flyout if open
hide : function()
hide the dialog, external code should use the Jx.Dialog::close method to hide the dialog.
hide: function(e)
Hide the menu.
hide: function()
Hide the menu item.
Hide the menu item.
hide: function()
Hide the sub menu
hide: function()
Makes the popup invisible.
hide: function()
Hide the tile.
hide: function()
Hide the tile by hiding its frame.
hideChrome: function()
removes the chrome from the DOM.
horizontalResize: function()
Resize a horizontally layed-out container
Construct a hover handler.
Creates an icon, which is an image tag in a div.
Constructor for a new OpenLayers.Tile.Image instance.
importSymbol: function (graphicName)
add a new symbol definition from the rendererer’s symbol hash
importSymbol: function (graphicName)
add a new symbol definition from the rendererer’s symbol hash
OpenLayers.Util.indexOf = function(array,
obj)
Seems to exist already in FF, but not in MOZ.
inflate: function(inflate)
Englarges the markers icon by the specified ratio.
initGriddedTiles:function(bounds)
initialize : function(options)
Initialize the Fusion application.
initialize: function(options)
construct a new instance of a flyout button.
initImgDiv: function()
Creates the imgDiv property on the tile.
initMercatorParameters: function()
Set up the mercator parameters on the layer: resolutions, projection, units.
initResolutions: function()
This method’s responsibility is to set up the ‘resolutions’ array for the layer -- this array is what the layer will use to interface between the zoom levels of the map and the resolution display of the layer.
initResolutions: function()
Populate the resolutions array
initSingleTile: function(bounds)
insert : function(node,
refNode)
insert a node after refNode.
insertBefore: function(newItem,
targetItem)
Insert a menu item before another menu item.
inValidRange: function(x,
y,
xyOnly)
See #669 for more information
isActive: function()
For toggle buttons, this returns true if the toggle button is currently active and false otherwise.
isActive: function()
Indicate if this sub menu is active
This function returns a boolean value to indicate if a given cell is editable by the user.
isComplexSymbol: function(graphicName)
Determines if a symbol cannot be rendered using drawCircle
isEnabled: function()
This returns true if the button is enabled, false otherwise
OpenLayers.Util.isEquivalentUrl = function(url1,
url2,
options)
Test two URLs for equivalence.
isLastNode : function(node)
Indicates if a node is the last thing in the folder.
isLeftClick: function(event)
Determine whether event was caused by a left click.
isRightClick: function(event)
Determine whether event was caused by a right mouse click.
isSuitableOverview: function()
Determines if the overview map is suitable given the extent and resolution of the main map.
isValidLonLat: function(lonlat)
isValidZoomLevel: function(zoomLevel)
Create a new instance of Jx.Menu.Item
Create a new instance of Jx.Toolbar.Item.
Create a new instance of Jx.Layout.
layoutContent: function()
the sizeChange event of the Jx.Layout that manages the outer container is intercepted and passed through this method to handle resizing of the panel contents because we need to do some calculations if the panel is collapsed and if there are toolbars to put around the content area.
Linear rings are constructed with an array of points.
Create a new LineString geometry
loadConfig : function()
asynchronously load the application definition through the broker and config manager.
loadContent: function(element)
triggers loading of content based on options set for the current object.
loadMapObject:function()
Load the GMap and register appropriate event listeners.
Jx.loadNextImg = function()
An internal method actually populate the DOM element with the image source.
loadQueuedScripts: function()
load any scripts that have been queued for loading.
loadWarningMessage:function()
If we can’t load the map lib, then display an error message to the user and tell them where to go for help.
Create a new map location.