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
 i18n, OpenLayers.Lang.OpenLayers
 iconOff, OpenLayers.Control.Panel
 iconOn, OpenLayers.Control.Panel
 importSymbol
 indexFromCharCode, OpenLayers.Tile.UTFGrid
 indexOf, Util
 inflate, OpenLayers.Marker
 info, OpenLayers.Console
 inherit
 initGmlParser, OpenLayers.Format.Atom
 initGriddedTiles, OpenLayers.Layer.Grid
 initialize, OpenLayers.ElementsIndexer
 initializeDatabase, OpenLayers.Protocol.SQL.Gears
 initializeZoomify, OpenLayers.Layer.Zoomify
 initImage, OpenLayers.Tile.Image
 initLayer
 initMercatorParameters, OpenLayers.Layer.SphericalMercator
 initResolutions
 initSingleTile, OpenLayers.Layer.Grid
 initStack, OpenLayers.Control.NavigationHistory
 insert
 insertDeflectionLength
 insertDeltaXY
 insertDirectionLength
 insertXY
 intersects
 intersectsBounds, OpenLayers.Bounds
 invalidBounds
 inValidRange, OpenLayers.Renderer.SVG
 inverseMercator, OpenLayers.Layer.SphericalMercator
 isArray, Util
 isComplexSymbol, OpenLayers.Renderer.Elements
 isDrawn
 isElement, Util
 isEligible, OpenLayers.Control.Split
 isEquivalentUrl, Util
 iserror, OpenLayers.Format.ArcXML
 isLeftClick, OpenLayers.Event
 isMultiTouch, OpenLayers.Event
 isNumeric, OpenLayers.String
 isRightClick, OpenLayers.Event
 isSimpleContent, OpenLayers.Format.XML
 isSingleTouch, OpenLayers.Event
 issue, OpenLayers.Request
 isSuitableOverview, OpenLayers.Control.OverviewMap
 isValidLonLat, OpenLayers.Map
 isValidType, OpenLayers.Format.GeoJSON
 isValidZoomLevel, OpenLayers.Map
 isWayArea, OpenLayers.Format.OSM
L
 layerToContext, OpenLayers.Format.WMC
 leaveMode, OpenLayers.Control.MouseToolbar
 limitSigDigs, OpenLayers.Number
 linearring
 linestring
 load, OpenLayers.Strategy.Fixed
 loadContents, OpenLayers.Control.LayerSwitcher
 loadFeaturesForRegion, OpenLayers.Tile.WFS
 loadGML, OpenLayers.Layer.GML
 loadMapObject
 loadMetadata, OpenLayers.Layer.Bing
 loadRSS, OpenLayers.Layer.GeoRSS
 loadText, OpenLayers.Layer.Text
 loadURL, OpenLayers.Ajax.OpenLayers
 loadWarningMessage, OpenLayers.Layer.EventPane
 log, OpenLayers.Console
 lookupNamespaceURI
Alias for OpenLayers.Lang.translate.
iconOff: function()
Internal use, for use only with “controls[i].events.on/un”.
iconOn: function()
Internal use, for use only with “controls[i].events.on/un”.
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
indexFromCharCode: function(charCode)
Given a character code for one of the UTFGrid “grid” characters, resolve the integer index for the feature id in the UTFGrid “keys” array.
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()
Writes a message to the console with the visual “info” icon and color coding and a hyperlink to the line where it was called.
OpenLayers.inherit = function(C,
P)
OpenLayers.Class.inherit = function (P)
Deprecated.
initGmlParser: function()
Creates a GML parser.
initGriddedTiles:function(bounds)
initialize: function(yOrdering)
Create a new indexer with
initializeDatabase: function()
initializeZoomify: function(size)
It generates constants for all tiers of the Zoomify pyramid
initImage: function()
Creates the content for the frame on the tile.
initLayer: function(layers)
Assign the layer property.
initLayer: function()
Sets layer properties according to the metadata provided by the API
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)
initStack: function()
Called after the control is activated if the previous history stack is empty.
insert: function(newNode)
Insert a new node into the indexer.
insert: function(feature)
Takes a feature, and generates a WFS-T Transaction “Insert”
insertDeflectionLength: function(deflection,
length)
Insert a point in the current sketch given a deflection and a length.
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.
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.
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.
insertXY: function(x,
y)
Insert a point in the current sketch given x & y coordinates.
intersects: function(geometry)
Determine if the input geometry intersects this one.
intersects: function(geometry)
Determine if the input geometry intersects this one.
intersects: function(geometry)
Test for instersection between two geometries.
intersects: function(geometry)
Determine if the input geometry intersects this one.
intersects: function(geometry)
Determine if the input geometry intersects this one.
intersectsBounds:function(bounds,
options)
Determine whether the target bounds intersects this bounds.
invalidBounds: function()
Determine whether the previously generated point grid is invalid.
invalidBounds: function(mapBounds)
Determine whether the previously requested set of features is invalid.
inValidRange: function(x,
y,
xyOnly)
See #669 for more information
Given a x,y in Spherical Mercator, return a point in EPSG:4326.
OpenLayers.Util.isArray = function(a)
Tests that the provided object is an array.
isComplexSymbol: function(graphicName)
Determines if a symbol cannot be rendered using drawCircle
isDrawn: function()
{Boolean} Whether or not the icon is drawn.
isDrawn: function()
{Boolean} Whether or not the marker is drawn.
OpenLayers.Util.isElement = function(o)
A cross-browser implementation of “e instanceof Element”.
isEligible: function(target)
Test if a target feature is eligible for splitting.
OpenLayers.Util.isEquivalentUrl = function(url1,
url2,
options)
Test two URLs for equivalence.
iserror: function(data)
Check to see if the response from the server was an error.
isLeftClick: function(event)
Determine whether event was caused by a left click.
isMultiTouch: function(event)
Determine whether event was caused by a multi touch
isNumeric: function(value)
Determine whether a string contains only a numeric value.
isRightClick: function(event)
Determine whether event was caused by a right mouse click.
isSimpleContent: function(node)
Test if the given node has only simple content (i.e.
isSingleTouch: function(event)
Determine whether event was caused by a single touch
issue: function(config)
Create a new XMLHttpRequest object, open it, set any headers, bind a callback to done state, and send any data.
isSuitableOverview: function()
Determines if the overview map is suitable given the extent and resolution of the main map.
isValidLonLat: function(lonlat)
isValidType: function(obj,
type)
Check if a GeoJSON object is a valid representative of the given type.
isValidZoomLevel: function(zoomLevel)
isWayArea: function(way)
Given a way object from getWays, check whether the tags and geometry indicate something is an area.
layerToContext: function(layer)
Create a layer context object given a wms layer object.
leaveMode: function()
limitSigDigs: function(num,
sig)
Limit the number of significant digits on a float.
Given an OpenLayers linearring geometry, create a GML linearring.
Given an OpenLayers linearring geometry, create a KML linearring.
Return an array of coordinate arrays from a linestring.
Convert a coordinate array from GeoJSON into an OpenLayers.Geometry.
Given an OpenLayers linestring geometry, create a GML linestring.
Given a GML node representing a linestring geometry, create an OpenLayers linestring geometry.
Given an OpenLayers linestring geometry, create a KML linestring.
Given a KML node representing a linestring geometry, create an OpenLayers linestring geometry.
load: function(options)
Tells protocol to load data and unhooks the visibilitychanged event
loadContents: function()
Set up the labels and divs for the control
loadFeaturesForRegion:function(success,
failure)
Abort any pending requests and issue another request for data.
loadGML: function()
loadMapObject:function()
Load the GMap and register appropriate event listeners.
loadMapObject:function()
Load the GMap and register appropriate event listeners.
loadMapObject:function()
loadMapObject:function()
loadMetadata: function()
loadRSS: function()
Start the load of the RSS data.
loadText: function()
Start the load of the Text data.
OpenLayers.loadURL = function(uri,
params,
caller,
onComplete,
onFailure)
Background load a document.
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.
log: function()
Log an object in the console.
lookupNamespaceURI: function(node,
prefix)
Takes a prefix and returns the namespace URI associated with it on the given node if found (and null if not).
Takes a prefix and returns the namespace URI associated with it on the given node if found (and null if not).
Close