Class 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
 OpenLayers
 OpenLayers.Ajax
 OpenLayers. Ajax.Base
 OpenLayers. Ajax. Request
 OpenLayers. Ajax. Responders
 OpenLayers. Ajax. Response
 OpenLayers. Array
 OpenLayers. Bounds
 OpenLayers. Console
 OpenLayers. Control
 OpenLayers. Control. ArgParser
 OpenLayers. Control. DragPan
 OpenLayers. Control. DrawFeature
 OpenLayers. Control. Measure
 OpenLayers. Control. Navigation
 OpenLayers. Control. OverviewMap
 OpenLayers. Control. PanZoom
 OpenLayers. Control. ZoomBox
 OpenLayers. Easing
 OpenLayers. Easing.Expo
 OpenLayers. Easing. Linear
 OpenLayers. Easing.Quad
 OpenLayers. Element
 OpenLayers. ElementsIndexer
 OpenLayers. ElementsIndexer. IndexingMethods
 OpenLayers. Event
 OpenLayers. Events
 OpenLayers. Feature
 OpenLayers. Feature. Vector
 OpenLayers. Format
 OpenLayers. Format.WKT
 OpenLayers. Function
 OpenLayers. Geometry
 OpenLayers. Geometry. Collection
 OpenLayers. Geometry. Curve
 OpenLayers. Geometry. LinearRing
 OpenLayers. Geometry. LineString
 OpenLayers. Geometry. MultiPoint
 OpenLayers. Geometry. Point
 OpenLayers. Geometry. Polygon
 OpenLayers. Handler
 OpenLayers. Handler.Box
 OpenLayers. Handler. Click
 OpenLayers. Handler.Drag
 OpenLayers. Handler. Feature
 OpenLayers. Handler. Hover
 OpenLayers. Handler. MouseWheel
 OpenLayers. Handler.Path
 OpenLayers. Handler. Point
 OpenLayers. Handler. Polygon
 OpenLayers. Handler. RegularPolygon
 OpenLayers.Icon
 OpenLayers.Lang
 OpenLayers. Lang[“cs-CZ”]
 OpenLayers. Lang[“de”]
 OpenLayers. Lang[“en”]
 OpenLayers. Lang[“en-CA”]
 OpenLayers. Lang[“fr”]
 OpenLayers. Lang[“it”]
 OpenLayers. Lang[“nb”]
 OpenLayers. Lang[“nl”]
 OpenLayers. Lang[“pt-BR”]
 OpenLayers. Lang[“sv-SE”]
 OpenLayers. Lang[“zh-CN”]
 OpenLayers. Lang[“zh-TW”]
 OpenLayers. Layer
 OpenLayers. Layer. EventPane
 OpenLayers. Layer. FixedZoomLevels
 OpenLayers. Layer. Google
 OpenLayers. Layer.Grid
 OpenLayers. Layer. HTTPRequest
 OpenLayers. Layer. MapGuide
 OpenLayers. Layer. MapServer
 OpenLayers. Layer. Markers
 OpenLayers. Layer. SphericalMercator
 OpenLayers. Layer. Vector
 OpenLayers. Layer.WMS
 OpenLayers. LonLat
 OpenLayers.Map
 OpenLayers. Marker
 OpenLayers. Marker.Box
 OpenLayers. Number
 OpenLayers. Pixel
 OpenLayers. Popup
 OpenLayers. Popup. Anchored
 OpenLayers. Popup. AnchoredBubble
 OpenLayers. Projection
 OpenLayers. Renderer
 OpenLayers. Renderer. Canvas
 OpenLayers. Renderer. Elements
 OpenLayers. Renderer.SVG
 OpenLayers. Renderer.VML
 OpenLayers. Request
 OpenLayers. Request. XMLHttpRequest
 OpenLayers.Rule
 OpenLayers.Size
 OpenLayers. String
 OpenLayers. Style
 OpenLayers. StyleMap
 OpenLayers.Tile
 OpenLayers. Tile. Image
 OpenLayers. Tween
U
 Util
The OpenLayers object provides a namespace for all things OpenLayers
Deprecated.
{Object}
Contains convenience functions for array manipulation.
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.
Draws features on a vector layer when active.
Allows for drawing of features for measurements.
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.
Easing Equations by Robert Penner, http://www.robertpenner.com/easing/
This class takes care of figuring out which order elements should be placed in the DOM based on given indexing methods.
These are the compare methods for figuring out where a new node should be placed within the indexer.
Utility functions for event handling.
Features are combinations of geography and attributes.
Vector features use the OpenLayers.Geometry classes as geometry description.
Base class for format reading/writing a variety of formats.
Class for reading and writing Well-Known Text.
Contains convenience functions for function manipulation.
A Geometry is a description of a geographic object.
A Collection is exactly what it sounds like: A collection of different Geometries.
A Curve is a MultiPoint, whose points are assumed to be connected.
A Linear Ring is a special LineString which is closed.
A LineString is a Curve which, once two points have been added to it, can never be less than two points long.
MultiPoint is a collection of Points.
Point geometry class.
Polygon is a collection of Geometry.LinearRings.
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 to respond to mouse events related to a drawn feature.
The hover handler is to be used to emulate mouseovers on objects on the map that aren’t DOM elements.
Handler for wheel up/down events.
Handler to draw a path on the map.
Handler to draw a point on the map.
Handler to draw a polygon on the map.
Handler to draw a regular polygon on the map.
The icon represents a graphical icon on the screen.
Internationalization namespace.
Dictionary for Czech.
Dictionary for German.
Dictionary for English.
Dictionary for English-CA.
Dictionary for French.
Dictionary for Italian.
Dictionary for norwegian bokmål (Norway).
Dictionary for Dutch.
Dictionary for Brazilian Portuguese.
Dictionary for swedish (Sweden).
Dictionary for Simplified Chinese.
Dictionary for Traditional Chinese.
Base class for 3rd party layers.
Some Layers will already have established zoom levels (like google or ve).
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.
A mixin for layers that wraps up the pieces neccesary to have a coordinate conversion for working with commercial APIs which use a spherical mercator projection.
Instances of OpenLayers.Layer.Vector are used to render vector data from a variety of sources.
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.
Contains convenience functions for manipulating numbers.
This class represents a screen coordinate, in x and y coordinates
A popup is a small div that can opened and closed on the map.
Class for coordinate transforms between coordinate systems.
This is the base class for all renderers.
A renderer based on the 2D ‘canvas’ drawing element.element
This is another virtual class in that it should never be instantiated by itself as a Renderer.
Render vector features in browsers with VML capability.
The OpenLayers.Request namespace contains convenience methods for working with XMLHttpRequests.
Standard-compliant (W3C) cross-browser implementation of the XMLHttpRequest object.
This class represents an SLD Rule, as being used for rule-based SLD styling.
Instances of this class represent a width/height pair
Contains convenience functions for string manipulation.
This class represents a UserStyle obtained from a SLD, containing styling rules.
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.