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
 ignore, OpenLayers.Events.buttonclick
 importSymbol
 indexFromCharCode, OpenLayers.Tile.UTFGrid
 indexOf, Util
 inflate, OpenLayers.Marker
 info, OpenLayers.Console
 inherit
 initGmlParser, OpenLayers.Format.Atom
 initGriddedTiles
 initialize, OpenLayers.ElementsIndexer
 initializeDatabase, OpenLayers.Protocol.SQL.Gears
 initializeZoomify, OpenLayers.Layer.Zoomify
 initImage, OpenLayers.Tile.Image
 initLayer
 initMercatorParameters, OpenLayers.Layer.SphericalMercator
 initProperties, OpenLayers.Layer.Grid
 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
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”.
ignore: function(element)
Check for event target elements that should be ignored by OpenLayers.
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)
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.
initProperties: function()
Set any properties that depend on the value of singleTile.
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.
Close