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
O
 object, OpenLayers. Events
 observe, OpenLayers. Event
 observers, OpenLayers. Event
 offset, OpenLayers.Icon
 oldOnselectstart, OpenLayers. Handler.Drag
 onComplete, OpenLayers. Ajax. Responders
 onCreate, OpenLayers. Ajax. Responders
 onImageLoad, Util
 onImageLoadError, Util
 onImageLoadErrorColor, Util
 onMapResize, OpenLayers. Layer.Grid
 onScreen
 onStateChange, OpenLayers. Ajax. Request
 onWheelEvent, OpenLayers. Handler. MouseWheel
 OpenLayers
 OpenLayers Base Types
 OpenLayers Strings
 OpenLayers.Ajax
 OpenLayers. Ajax.Base
 OpenLayers. Ajax. Request
 OpenLayers. Ajax. Responders
 OpenLayers. Bounds
 OpenLayers. Console
 OpenLayers. Control
 OpenLayers. Control. ArgParser
 OpenLayers. Control. DragPan
 OpenLayers. Control. Navigation
 OpenLayers. Control. OverviewMap
 OpenLayers. Control. ZoomBox
 OpenLayers. Element
 OpenLayers. Event
 OpenLayers. Events
 OpenLayers. Handler
 OpenLayers. Handler.Box
 OpenLayers. Handler. Click
 OpenLayers. Handler.Drag
 OpenLayers. Handler. MouseWheel
 OpenLayers.Icon
 OpenLayers. Layer
 OpenLayers. Layer.Grid
 OpenLayers. Layer. HTTPRequest
 OpenLayers. Layer. MapGuide
 OpenLayers. Layer. MapServer
 OpenLayers. Layer. Markers
 OpenLayers. Layer.WMS
 OpenLayers. LonLat
 OpenLayers.Map
 OpenLayers. Marker
 OpenLayers. Marker.Box
 OpenLayers. PanZoom
 OpenLayers. Pixel
 OpenLayers. Projection
 OpenLayers.Size
 OpenLayers.Tile
 OpenLayers. Tile. Image
 oppositeQuadrant, OpenLayers. Bounds
 options, OpenLayers. Layer
 out, OpenLayers. Handler.Drag
 OverviewMap, OpenLayers. Control. OverviewMap. OpenLayers. Control
P
 pagePositon, Util
 panMap, OpenLayers. Control. DragPan
 panMapDone, OpenLayers. Control. DragPan
 panned, OpenLayers. Control. DragPan
 PanZoom, OpenLayers. PanZoom. OpenLayers. Control
 params, OpenLayers. Layer. HTTPRequest
 parse, Fusion. Lib. ApplicationDefinition
 parseJSON, Fusion. Lib. ApplicationDefinition
 parseXMLString, OpenLayers. Pixel
 passesTolerance, OpenLayers. Handler. Click
 Pixel, OpenLayers. Pixel. OpenLayers
 popups, OpenLayers.Map
 position
 Projection, OpenLayers. Projection. OpenLayers
 Properties
 px, OpenLayers.Icon
Q
 query, Fusion. Widget.Map
 queueScript, Fusion. Constant
{Object} the code object issuing application events
observe: function(elementParam,
name,
observer,
useCapture)
{Object} A hashtable cache of the event observers.
{OpenLayers.Pixel} distance in pixels to offset the image when being rendered
{Function}
onComplete: function()
onCreate: function()
OpenLayers.Util.onImageLoad = function()
OpenLayers.Util.onImageLoadError = function()
{String} The color tiles with load errors will turn.
onMapResize: function()
For singleTile layers, this will replace the tile with the a new one with updated tileSize and extent.
onScreen:function()
{Boolean} Whether or not the marker is currently visible on screen.
onScreen:function()
{Boolean} Whether or not the marker is currently visible on screen.
onStateChange: function()
onWheelEvent: function(e)
Catch the wheel event and handle it xbrowserly
The OpenLayers object provides a namespace for all things OpenLayers
OpenLayers custom string, number and function functions are described here.
OpenLayers I18n strings in various langauges.
{Object}
{Object}
Instances of this class represent bounding boxes.
The OpenLayers.Console namespace is used for debugging and error logging.
Controls affect the display or behavior of the map.
DragPan control.
The navigation control handles map browsing with mouse events (dragging, double-clicking, and scrolling the wheel).
Create an overview map to display the extent of your main map and provide additional navigation control.
Utility functions for event handling.
Base class to construct a higher-level handler for event sequences.
Handler for dragging a rectangle across the map.
A handler for mouse clicks.
The drag handler is used to deal with sequences of browser events related to dragging.
Handler for wheel up/down events.
The icon represents a graphical icon on the screen.
Base class for layers that use a lattice of tiles.
Instances of OpenLayers.Layer.MapGuide are used to display data from a MapGuide OS instance.
Instances of OpenLayers.Layer.MapServer are used to display data from a MapServer CGI instance.
Instances of OpenLayers.Layer.WMS are used to display data from OGC Web Mapping Services.
This class represents a longitude and latitude pair
Instances of OpenLayers.Map are interactive maps embedded in a web page.
Instances of OpenLayers.Marker are a combination of a OpenLayers.LonLat and an OpenLayers.Icon.
This class represents a screen coordinate, in x and y coordinates
Class for coordinate transformations between coordinate systems.
Instances of this class represent a width/height pair
This is a class designed to designate a single tile, however it is explicitly designed to do relatively little.
Instances of OpenLayers.Tile.Image are used to manage the image tiles used by various layers.
OpenLayers.Bounds.oppositeQuadrant = function(quadrant)
Get the opposite quadrant for a given quadrant string.
{Object} An optional object whose properties will be set on the layer.
out: function(evt)
This method is called during the handling of the mouse out event.
Create a new overview map
Calculates the position of an element on the page.
panMap: function(xy)
panMapDone: function(xy)
Finish the panning operation.
{Boolean} The map moved.
{Object} Hashtable of key/value parameters
parse : function()
start parsing the ApplicationDefinition file.
parseJSON: function(r,
json)
parse a JSON string into an ApplicationDefinition
OpenLayers.parseXMLString = function(text)
Parse XML into a doc structure
passesTolerance: function(evt)
Determine whether the event is within the optional pixel tolerance.
Create a new OpenLayers.Pixel instance
{Array(OpenLayers.Popup)} List of popups associated with the map
{OpenLayers.Pixel}
{OpenLayers.Pixel} Top Left pixel of the tile
This class offers several methods for interacting with a wrapped pro4js projection object.
{OpenLayers.Pixel}
query: function(options)
dispatch query requests to maps
queueScript : function(url)
Insert a new script into the loading queue.