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, ALKMaps.Lang.ALKMaps
 iconOff, ALKMaps.Control.Panel
 iconOn, ALKMaps.Control.Panel
 importSymbol
 indexOf, Util
 inflate, ALKMaps.Marker
 info, ALKMaps.Console
 inherit, ALKMaps
 initGriddedTiles, ALKMaps.Layer.Grid
 initialize, ALKMaps.ElementsIndexer
 initializeZoomify, ALKMaps.Layer.Zoomify
 initImage, ALKMaps.Tile.Image
 initImgDiv
 initLayer, ALKMaps.Control.SelectFeature
 initMercatorParameters, ALKMaps.Layer.SphericalMercator
 initResolutions
 initSingleTile, ALKMaps.Layer.Grid
 initStack, ALKMaps.Control.NavigationHistory
 insert, ALKMaps.ElementsIndexer
 insertDeflectionLength
 insertDeltaXY
 insertDirectionLength
 insertXY
 intersects
 intersectsBounds, ALKMaps.Bounds
 invalidBounds
 inValidRange, ALKMaps.Renderer.SVG
 inverseMercator, ALKMaps.Layer.SphericalMercator
 isArray, Util
 isComplexSymbol, ALKMaps.Renderer.Elements
 isDrawn
 isElement, Util
 isEligible, ALKMaps.Control.Split
 isEndHandle, ALKMaps.Layer.Routing
 isEquivalentUrl, Util
 isLeftClick, ALKMaps.Event
 isMultiTouch, ALKMaps.Event
 isNumeric, ALKMaps.String
 isRightClick, ALKMaps.Event
 isSimpleContent, ALKMaps.Format.XML
 isSingleTouch, ALKMaps.Event
 isStartHandle, ALKMaps.Layer.Routing
 issue, ALKMaps.Request
 isSuitableOverview, ALKMaps.Control.OverviewMap
 isValidLonLat, ALKMaps.Map
 isValidType, ALKMaps.Format.GeoJSON
 isValidZoomLevel, ALKMaps.Map
L
 limitSigDigs, ALKMaps.Number
 linearring, ALKMaps.Format.KML.buildGeometry
 linestring
 load, ALKMaps.Strategy.Fixed
 loadContents, ALKMaps.Control.LayerSwitcher
 loadRSS, ALKMaps.Layer.GeoRSS
 loadText, ALKMaps.Layer.Text
 loadURL, ALKMaps
 log, ALKMaps.Console
 login, ALKMaps.Auth
 logout, ALKMaps.Auth
 lookupNamespaceURI
Alias for ALKMaps.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
ALKMaps.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.
ALKMaps.inherit = function(C,
P)
initGriddedTiles:function(bounds)
initialize: function(yOrdering)
Create a new indexer with
initializeZoomify: function(size)
It generates constants for all tiers of the Zoomify pyramid
initImage: function()
Creates the content for the frame on the tile.
initImgDiv: function()
Creates the imgDiv property on the tile.
initLayer: function(layers)
Assign the layer property.
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.
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.
ALKMaps.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.
ALKMaps.Util.isElement = function (o)
A cross-browser implementation of “e instanceof Element”.
isEligible: function(target)
Test if a target feature is eligible for splitting.
isEndHandle: function(hd)
Determines a drag handle is a route end point or not.
ALKMaps.Util.isEquivalentUrl = function (url1,
url2,
options)
Test two URLs for equivalence.
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
isStartHandle: function(hd)
Determines a drag handle is a route start point or not.
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)
limitSigDigs: function(num,
sig)
Limit the number of significant digits on a float.
Given an ALKMaps linearring geometry, create a KML linearring.
Return an array of coordinate arrays from a linestring.
Convert a coordinate array from GeoJSON into an ALKMaps.Geometry.
Given an ALKMaps linestring geometry, create a KML linestring.
Given a KML node representing a linestring geometry, create an ALKMaps 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
loadRSS: function()
Start the load of the RSS data.
loadText: function()
Start the load of the Text data.
ALKMaps.loadURL = function(uri,
params,
caller,
onComplete,
onFailure)
Background load a document.
log: function()
Log an object in the console.
login: function (username,
pwd,
successCB,
failCB)
logout: function (successCB,
failCB)
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