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
$#!
 _addButton
 _addZoomBar, OpenLayers. Control. PanZoomBar
 _getNodes, Util
 _getScriptLocation, OpenLayers
 _removeElementObservers, OpenLayers. Event
 _scriptName, OpenLayers
A
 activate
 activateControl, OpenLayers. Control. Panel
 active
 activeColor, OpenLayers. Control. LayerSwitcher
 activeRequestCount, OpenLayers.Ajax
 add
 addComponent
 addComponents, OpenLayers. Geometry. Collection
 addContainerPxFunction, OpenLayers. Layer. Google
 addControl, OpenLayers.Map
 addControls, OpenLayers. Control. Panel
 addControlToMap, OpenLayers.Map
 addEventType, OpenLayers. Events
 addFeatures, OpenLayers. Layer. Vector
 addLayer, OpenLayers.Map
 addLayers, OpenLayers.Map
 addMarker, OpenLayers. Layer. Markers
 addOptions, OpenLayers. Layer
 addPoint
 addPopup, OpenLayers.Map
 addResults, OpenLayers. Tile.WFS
 addTile
 addTileMonitoringHooks
 adjustBounds, OpenLayers. Layer
 alpha, OpenLayers. Layer
 alphaHack, Util
 Anchored, OpenLayers. Popup. Anchored. OpenLayers. Popup
 AnchoredBubble, OpenLayers. Popup. AnchoredBubble. OpenLayers. Popup
 angle, OpenLayers. Handler. RegularPolygon
 applyDefaults, Util
 ArgParser, OpenLayers. Control. ArgParser. OpenLayers. Control
 array, OpenLayers. Format. JSON. serialize
 ascending, OpenLayers. Control. LayerSwitcher
 aspectRatio, OpenLayers. Layer. Image
 assert, OpenLayers. Console
 assignRenderer, OpenLayers. Layer. Vector
 atPoint
 attachToElement, OpenLayers. Events
 attributes, OpenLayers. Feature. Vector
 attribution, OpenLayers. Layer
 Attribution, OpenLayers. Control. Attribution. OpenLayers. Control
_addButton:function(id,
img,
activeImg,
xy,
sz,
title)
_addButton:function(id,
img,
xy,
sz)
_addZoomBar:function(centered)
OpenLayers.Util._getNodes=function(nodes,
tagName)
_getScriptLocation: function ()
Return the path to this script.
_removeElementObservers: function(elementObservers)
{String} Relative path of this script.
activate: function ()
Explicitly activates a control and it’s associated handler if one has been set.
activate: function()
Activate the control and the feature handler.
activate: function()
Activate the control and the feature handler.
activate: function()
activate: function()
activate: function()
Turn on the handler.
activate: function ()
activate: function()
Activate the handler.
activate: function()
Turn on the handler.
activate: function()
activate: function (evt)
activate: function()
turn on the handler
activate: function()
Turn on the handler.
activateControl: function (control)
{boolean} null
{Boolean}
{String}
{Integer}
add:function(x,
y)
add:function(lon,
lat)
add:function(x,
y)
addComponent: function(component,
index)
Add a new component (geometry) to the collection.
addComponent: function(point,
index)
Adds a point to geometry components.
addComponents: function(components)
Add components to this geometry.
addContainerPxFunction: function()
Hack-on function because GMAPS does not give it to us
addControl: function (control,
px)
addControls: function(controls)
To build a toolbar, you add a set of controls to it.
addControlToMap: function (control,
px)
addEventType: function(eventName)
Add a new event type to this events object.
addFeatures: function(features)
Add Features to the layer.
addLayer: function (layer)
addLayers: function (layers)
addMarker: function(marker)
addOptions: function (newOptions)
addPoint: function(point,
index)
Wrapper for OpenLayers.Geometry.Collection.addComponent
addPoint: function()
Add point to geometry.
addPopup: function(popup,
exclusive)
addResults: function(results)
Construct new feature via layer featureClass constructor, and add to this.features.
addTile:function(bounds,
position)
Gives subclasses of Grid the opportunity to create an OpenLayer.Tile of their choosing.
addTile:function(bounds,
position)
addTile:function(bounds,
position)
Creates a tile, initializes it, and adds it to the layer div.
addTile:function(bounds,
position)
Create a tile, initialize it, and add it to the layer div.
addTile:function(bounds,
position)
addTile creates a tile, initializes it, and adds it to the layer div.
addTile:function(bounds,
position)
addTile creates a tile, initializes it, and adds it to the layer div.
addTile:function(bounds,
position)
addTileMonitoringHooks: function(tile)
This function takes a tile as input and adds the appropriate hooks to the tile so that the layer can keep track of the loading tiles.
addTileMonitoringHooks: function(tile)
This function takes a tile as input and adds the appropriate hooks to the tile so that the layer can keep track of the loading tile (making sure to check that the tile is always the layer’s current tile before taking any action).
adjustBounds: function (bounds)
This function will take a bounds, and if wrapDateLine option is set on the layer, it will return a bounds which is wrapped around the world.
{Boolean} The layer’s images have an alpha channel.
OpenLayers.Util.alphaHack = function()
Checks whether it’s necessary (and possible) to use the png alpha hack which allows alpha transparency for png images under Internet Explorer.
{Float} The angle from the origin (mouse down) to the current mouse position, in radians.
OpenLayers.Util.applyDefaults = function (to,
from)
Takes a hashtable and copies any keys that don’t exist from another hashtable, by analogy with OpenLayers.Util.extend() from Prototype.js.
Transform an array into a JSON string.
{Boolean}
{Float} The ratio of height/width represented by a single pixel in the graphic
assert: function()
Tests that an expression is true.
assignRenderer: function()
Iterates through the available renderer implementations and selects and assigns the first one whose “supported()” function returns true.
atPoint: function(lonlat,
toleranceLon,
toleranceLat)
Determins whether the feature intersects with the specified location.
atPoint: function(lonlat,
toleranceLon,
toleranceLat)
attachToElement: function (element)
{Object} This object holds arbitrary properties that describe the feature.
{String} Attribution string, displayed when an OpenLayers.Control.Attribution has been added to the map.