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
I
 Icon, OpenLayers.Icon.OpenLayers
 Image, OpenLayers.Tile.Image.OpenLayers.Tile
 importSymbol
 indexOf, Util
 inflate, OpenLayers.Marker
 info, Fusion.MapMessage
 inherit, OpenLayers.Array.OpenLayers
 init
 initGriddedTiles, OpenLayers.Layer.Grid
 initialize
 initializeDatabase, OpenLayers.Protocol.SQL.Gears
 initializeLocale, Fusion
 initImage, OpenLayers.Tile.Image
 initMercatorParameters, OpenLayers.Layer.SphericalMercator
 initPlugins, Jx.Object
 initResolutions
 initSingleTile, OpenLayers.Layer.Grid
 initTransforms, Proj4js.Proj
 initUnits, Fusion
 insertDeflectionLength, OpenLayers.Handler.Path
 insertDeltaXY, OpenLayers.Handler.Path
 insertDirectionLength, OpenLayers.Handler.Path
 insertXY, OpenLayers.Handler.Path
 invalidBounds, OpenLayers.Strategy.BBOX
 inValidRange, OpenLayers.Renderer.SVG
 isActive, Jx.Menu.SubMenu
 isArray, Util
 isBusy, Fusion.Widget.Map
 isComplexSymbol, OpenLayers.Renderer.Elements
 isDragging, OpenLayers.Control.MapCapturer
 isElement, Util
 isEnabled, Fusion.Widget
 isEquivalentUrl, Util
 isLeftClick, OpenLayers.Event
 isMapLoaded, Fusion.Widget.Map
 isMultiTouch, OpenLayers.Event
 isMutEx, Fusion.Widget
 isRightClick, OpenLayers.Event
 isRotating, OpenLayers.Control.MapCapturer
 isSingleTouch, OpenLayers.Event
 isSuitableOverview, OpenLayers.Control.OverviewMap
 isValid, Jx.Form
 isValidLonLat
 isValidZoomLevel, OpenLayers.Map
J
 JSON, OpenLayers.Format.JSON.OpenLayers.Format
K
 keypressHandler, Jx.Button.Flyout
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
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.
info : function(message)
Displays an informational message on the Map Message notification bar
OpenLayers.inherit = function(C,
P)
init: function()
internal method to initialize this object
virtual initialization method to be implemented by sub-classes
init: function ()
sets up the slide
init: function ()
initialize the store, should be called by sub-classes
init: function ()
initialize the strategy, should be called by subclasses
init: function ()
initialize this strategy
init: function ()
initialize this strategy
init: function ()
initialize this strategy
init: function ()
initialize this strategy
init: function ()
initialize this strategy
init: function()
sets up the base widget code and runs the render function.
initGriddedTiles:function(bounds)
initialize: function(options)
Initialize the Fusion application.
initialize: function(srsCode,
callback)
Constructor for Proj4js.Proj objects
initializeDatabase: function()
initializeLocale: function(locale)
Initialize the Strings hash with the requested locale.
initImage: function()
Creates the content for the frame on the tile.
initMercatorParameters: function()
Set up the mercator parameters on the layer: resolutions, projection, units.
initPlugins: function ()
internal function to initialize plugins on object creation
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)
initTransforms: function()
Finalize the initialization of the Proj object
initUnits: function(metersPerUnit)
initializes the meters per unit values when a new map is loaded.
insertDeflectionLength: function(deflection,
length)
Insert a point in the current sketch given a deflection and a length.
insertDeltaXY: function(dx,
dy)
Insert a point given offsets from the previously inserted point.
insertDirectionLength: function(direction,
length)
Insert a point in the current sketch given a direction and a length.
insertXY: function(x,
y)
Insert a point in the current sketch given x & y coordinates.
invalidBounds: function(mapBounds)
Determine whether the previously requested set of features is invalid.
inValidRange: function(x,
y,
xyOnly)
See #669 for more information
isActive: function()
Indicate if this sub menu is active
OpenLayers.Util.isArray = function(a)
Tests that the provided object is an array.
isBusy: function()
check to see if there are any outstanding requests to the server
isComplexSymbol: function(graphicName)
Determines if a symbol cannot be rendered using drawCircle
isDragging: function()
Check if it’s currently in dragging to move mode
OpenLayers.Util.isElement = function(o)
A cross-browser implementation of “e instanceof Element”.
isEnabled: function()
Gets whether this widget is enabled
OpenLayers.Util.isEquivalentUrl = function(url1,
url2,
options)
Test two URLs for equivalence.
isLeftClick: function(event)
Determine whether event was caused by a left click.
isMapLoaded: function()
returns if the map has finished loading (based on setting the _oCurrentExtent value)
isMultiTouch: function(event)
Determine whether event was caused by a multi touch
isMutEx: function()
accessor to determine if the widget should be activated mutually exclusively from other widgets on the map.
isRightClick: function(event)
Determine whether event was caused by a right mouse click.
isRotating: function()
Check if it’s currently in rotatiing mode
isSingleTouch: function(event)
Determine whether event was caused by a single touch
isSuitableOverview: function()
Determines if the overview map is suitable given the extent and resolution of the main map.
isValid : function (evt)
Determines if the form passes validation
OpenLayers.Map.prototype.isValidLonLat = function(lonlat)
isValidLonLat: function(lonlat)
isValidZoomLevel: function(zoomLevel)
Create a new parser for JSON.
keypressHandler: function(e)
hide flyout if the user presses the ESC key
Close